Color Hex Logo

#015dbc Color Hex

#015DBC
(1,93,188)
0 Favorites   0 Comments

Color spaces of #015dbc

RGB 193188
HSL0.580.990.37
HSV210°99°74°
CMYK 0.990.510.00   0.26
XYZ13.004011.466049.1047
Yxy11.46600.17670.1558
Hunter Lab33.86159.2927-62.2772
CIE-Lab40.354514.7344-56.2108

#015dbc color RGB value is (1,93,188).

#015dbc hex color red value is 1, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #015dbc hue: 0.58 , saturation: 0.99 and the lightness value of 015dbc is 0.37.

The process color (four color CMYK) of #015dbc color hex is 0.99, 0.51, 0.00, 0.26. Web safe color of #015dbc is #0066cc. Color #015dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011101 10111100
Octal 1 135 274
Decimal 1 93 188
Hex 1 5D BC

RGB Percentages of Color #015dbc

%0.35
%32.98
%66.67

CMYK Percentages of Color #015dbc

%99
%51
%0
%26

Triadic Colors of #015dbc

#015dbc #bc015d #5dbc01

Analogous Colors of #015dbc

#015dbc #0301bc #01bbbc

Monochromatic Colors of #015dbc

#015dbc

Complementary Color

#015dbc #bc6001

#015dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#015dbc Color CSS Codes

.mybgcolor {background-color:#015dbc; } 
.myforecolor {color:#015dbc; }
.mybordercolor {border:3px solid #015dbc; }

#015dbc Text Font Color

<p style="color:#015dbc">Text here</p>

This sample text font color is #015dbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#015dbc Background Color

<div style="background-color:#015dbc">
Div content here</div>

This div background color is #015dbc


#015dbc Border Color

<div style="border:3px solid #015dbc">
Div here</div>

This div border color is #015dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,93,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #015dbc;
  box-shadow:         1px 1px 3px 2px #015dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,93,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #015dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #015dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #015dbc;
  box-shadow:         1px 1px 3px 2px #015dbc;">
Div content here</div>

This div box has shadow with color #015dbc


Comments

No comments written yet.

Please login to write comment.