Html Css Color HEX #01599A Cobalt

📋 copy color: '#01599A'

red 1 ◦ green 89 ◦ blue 154

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

Shades of Cobalt #01599A

Tints of Cobalt #01599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 0.41%
G = 36.48%
B = 63.11%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01599A (or 0x01599A) is known color: Cobalt. HEX triplet: 01, 59 and 9A. RGB value is (1,89,154). Sum of RGB (Red+Green+Blue) = 1+89+154=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #01599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01599A is #FEA665. Grayscale: #454545. Windows color (decimal): -16688742 or 10115329. OLE color: 10115329.

HSL color Cylindrical-coordinate representation of color #01599A: hue angle of 205.49º 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 #01599A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 89 154 -
CMYK 0.99 0.42 0 0.40
HSL 205.49º 0.99% 0.3% -
HSV(B) 205.49º 0.99% 0.6% -
XYZ 9.42 9.48 31.91 -
YUV 70.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 1 89 154 0.99 0.42 0 0.40 205.49 0.99 0.3
Hex 1 59 9A 63 2A 0 28 CD 63 1E
Octal 1 131 232 143 52 0 50 315 143 36
Binary 1 1011001 10011010 1100011 101010 0 101000 11001101 1100011 11110

Color Harmonies of #01599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01599A

Black with #01599A

Text Example


Text Example

White with #01599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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