Html Css Color HEX #01559A Cobalt

📋 copy color: '#01559A'

red 1 ◦ green 85 ◦ blue 154

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

Shades of Cobalt #01559A

Tints of Cobalt #01559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.17%

R = 0.42%
G = 35.42%
B = 64.17%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01559A (or 0x01559A) is known color: Cobalt. HEX triplet: 01, 55 and 9A. RGB value is (1,85,154). Sum of RGB (Red+Green+Blue) = 1+85+154=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #01559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01559A is #FEAA65. Grayscale: #434343. Windows color (decimal): -16689766 or 10114305. OLE color: 10114305.

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

Color convert

RGB 1 85 154 -
CMYK 0.99 0.45 0 0.40
HSL 207.06º 0.99% 0.3% -
HSV(B) 207.06º 0.99% 0.6% -
XYZ 9.09 8.84 31.8 -
YUV 67.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 1 85 154 0.99 0.45 0 0.40 207.06 0.99 0.3
Hex 1 55 9A 63 2D 0 28 CF 63 1E
Octal 1 125 232 143 55 0 50 317 143 36
Binary 1 1010101 10011010 1100011 101101 0 101000 11001111 1100011 11110

Color Harmonies of #01559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01559A

Black with #01559A

Text Example


Text Example

White with #01559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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