Html Css Color HEX #00599B Cobalt

📋 copy color: '#00599B'

red 0 ◦ green 89 ◦ blue 155

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

Shades of Cobalt #00599B

Tints of Cobalt #00599B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.48%
B = 63.52%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00599B (or 0x00599B) is known color: Cobalt. HEX triplet: 00, 59 and 9B. RGB value is (0,89,155). Sum of RGB (Red+Green+Blue) = 0+89+155=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #00599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00599B is #FFA664. Grayscale: #454545. Windows color (decimal): -16754277 or 10180864. OLE color: 10180864.

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

Color convert

RGB 0 89 155 -
CMYK 1 0.43 0 0.39
HSL 205.55º 1% 0.3% -
HSV(B) 205.55º 1% 0.61% -
XYZ 9.49 9.51 32.35 -
YUV 69.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 0 89 155 1 0.43 0 0.39 205.55 1 0.3
Hex 0 59 9B 64 2B 0 27 CE 64 1E
Octal 0 131 233 144 53 0 47 316 144 36
Binary 0 1011001 10011011 1100100 101011 0 100111 11001110 1100100 11110

Color Harmonies of #00599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00599B

Black with #00599B

Text Example


Text Example

White with #00599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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