Html Css Color HEX #01559B Cobalt

📋 copy color: '#01559B'

red 1 ◦ green 85 ◦ blue 155

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

Shades of Cobalt #01559B

Tints of Cobalt #01559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 0.41%
G = 35.27%
B = 64.32%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01559B (or 0x01559B) is known color: Cobalt. HEX triplet: 01, 55 and 9B. RGB value is (1,85,155). Sum of RGB (Red+Green+Blue) = 1+85+155=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #01559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01559B is #FEAA64. Grayscale: #434343. Windows color (decimal): -16689765 or 10179841. OLE color: 10179841.

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

Color convert

RGB 1 85 155 -
CMYK 0.99 0.45 0 0.39
HSL 207.27º 0.99% 0.31% -
HSV(B) 207.27º 0.99% 0.61% -
XYZ 9.18 8.87 32.24 -
YUV 67.86 177.17 80.31 -
System Red Green Blue C M Y K H S L
Decimal 1 85 155 0.99 0.45 0 0.39 207.27 0.99 0.31
Hex 1 55 9B 63 2D 0 27 CF 63 1F
Octal 1 125 233 143 55 0 47 317 143 37
Binary 1 1010101 10011011 1100011 101101 0 100111 11001111 1100011 11111

Color Harmonies of #01559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01559B

Black with #01559B

Text Example


Text Example

White with #01559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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