Html Css Color HEX #01599B Cobalt

📋 copy color: '#01599B'

red 1 ◦ green 89 ◦ blue 155

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

Shades of Cobalt #01599B

Tints of Cobalt #01599B

RGB

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

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

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

R = 0.41%
G = 36.33%
B = 63.27%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01599B (or 0x01599B) is known color: Cobalt. HEX triplet: 01, 59 and 9B. RGB value is (1,89,155). Sum of RGB (Red+Green+Blue) = 1+89+155=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #01599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01599B is #FEA664. Grayscale: #454545. Windows color (decimal): -16688741 or 10180865. OLE color: 10180865.

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

Color convert

RGB 1 89 155 -
CMYK 0.99 0.43 0 0.39
HSL 205.71º 0.99% 0.31% -
HSV(B) 205.71º 0.99% 0.61% -
XYZ 9.5 9.52 32.35 -
YUV 70.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 1 89 155 0.99 0.43 0 0.39 205.71 0.99 0.31
Hex 1 59 9B 63 2B 0 27 CE 63 1F
Octal 1 131 233 143 53 0 47 316 143 37
Binary 1 1011001 10011011 1100011 101011 0 100111 11001110 1100011 11111

Color Harmonies of #01599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01599B

Black with #01599B

Text Example


Text Example

White with #01599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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