Html Css Color HEX #01559E Cobalt

📋 copy color: '#01559E'

red 1 ◦ green 85 ◦ blue 158

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

Shades of Cobalt #01559E

Tints of Cobalt #01559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 0.41%
G = 34.84%
B = 64.75%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01559E (or 0x01559E) is known color: Cobalt. HEX triplet: 01, 55 and 9E. RGB value is (1,85,158). Sum of RGB (Red+Green+Blue) = 1+85+158=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #01559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01559E is #FEAA61. Grayscale: #434343. Windows color (decimal): -16689762 or 10376449. OLE color: 10376449.

HSL color Cylindrical-coordinate representation of color #01559E: hue angle of 207.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01559E is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 85 158 -
CMYK 0.99 0.46 0 0.38
HSL 207.9º 0.99% 0.31% -
HSV(B) 207.9º 0.99% 0.62% -
XYZ 9.43 8.97 33.58 -
YUV 68.21 178.67 80.06 -
System Red Green Blue C M Y K H S L
Decimal 1 85 158 0.99 0.46 0 0.38 207.9 0.99 0.31
Hex 1 55 9E 63 2E 0 26 D0 63 1F
Octal 1 125 236 143 56 0 46 320 143 37
Binary 1 1010101 10011110 1100011 101110 0 100110 11010000 1100011 11111

Color Harmonies of #01559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01559E

Black with #01559E

Text Example


Text Example

White with #01559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01559E; }

 p { color: rgb(1,85,158); }

 H1.HeaderClassName
 {
   color: #01559E;
 }
 .AnyTagClassName
 {
   color: #01559E;
 }
</style>

background-color css

<style>
 a { background-color: #01559E; }

 a { background-color: rgb(1,85,158); }

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

border-color css

<style>
 span { border-color: #01559E; }

 span { border-color: rgb(1,85,158); }

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