Html Css Color HEX #015EA6 Cobalt

📋 copy color: '#015EA6'

red 1 ◦ green 94 ◦ blue 166

#015EA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #015EA6

Tints of Cobalt #015EA6

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 166 (65.23% from 255) = 63.6%

R = 0.38%
G = 36.02%
B = 63.6%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#015EA6 (or 0x015EA6) is known color: Cobalt. HEX triplet: 01, 5E and A6. RGB value is (1,94,166). Sum of RGB (Red+Green+Blue) = 1+94+166=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #015EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EA6 is #FEA159. Grayscale: #4A4A4A. Windows color (decimal): -16687450 or 10903041. OLE color: 10903041.

HSL color Cylindrical-coordinate representation of color #015EA6: hue angle of 206.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EA6 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 94 166 -
CMYK 0.99 0.43 0 0.35
HSL 206.18º 0.99% 0.33% -
HSV(B) 206.18º 0.99% 0.65% -
XYZ 10.9 10.77 37.58 -
YUV 74.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 1 94 166 0.99 0.43 0 0.35 206.18 0.99 0.33
Hex 1 5E A6 63 2B 0 23 CE 63 21
Octal 1 136 246 143 53 0 43 316 143 41
Binary 1 1011110 10100110 1100011 101011 0 100011 11001110 1100011 100001

Color Harmonies of #015EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EA6

Black with #015EA6

Text Example


Text Example

White with #015EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015EA6; }

 p { color: rgb(1,94,166); }

 H1.HeaderClassName
 {
   color: #015EA6;
 }
 .AnyTagClassName
 {
   color: #015EA6;
 }
</style>

background-color css

<style>
 a { background-color: #015EA6; }

 a { background-color: rgb(1,94,166); }

 div.DivClassName
 {
   background-color: #015EA6;
 }
 .BgClassName
 {
   background-color: #015EA6;
 }
</style>

border-color css

<style>
 span { border-color: #015EA6; }

 span { border-color: rgb(1,94,166); }

 td.TdClassName
 {
   border-color: #015EA6;
 }
 .TagClassName
 {
   border-color: #015EA6;
 }
</style>