Html Css Color HEX #01559C Cobalt

📋 copy color: '#01559C'

red 1 ◦ green 85 ◦ blue 156

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

Shades of Cobalt #01559C

Tints of Cobalt #01559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 0.41%
G = 35.12%
B = 64.46%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01559C (or 0x01559C) is known color: Cobalt. HEX triplet: 01, 55 and 9C. RGB value is (1,85,156). Sum of RGB (Red+Green+Blue) = 1+85+156=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #01559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01559C is #FEAA63. Grayscale: #434343. Windows color (decimal): -16689764 or 10245377. OLE color: 10245377.

HSL color Cylindrical-coordinate representation of color #01559C: hue angle of 207.48º 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 #01559C is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 85 156 -
CMYK 0.99 0.46 0 0.39
HSL 207.48º 0.99% 0.31% -
HSV(B) 207.48º 0.99% 0.61% -
XYZ 9.26 8.9 32.68 -
YUV 67.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 1 85 156 0.99 0.46 0 0.39 207.48 0.99 0.31
Hex 1 55 9C 63 2E 0 27 CF 63 1F
Octal 1 125 234 143 56 0 47 317 143 37
Binary 1 1010101 10011100 1100011 101110 0 100111 11001111 1100011 11111

Color Harmonies of #01559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01559C

Black with #01559C

Text Example


Text Example

White with #01559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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