Html Css Color HEX #00599A Cobalt

📋 copy color: '#00599A'

red 0 ◦ green 89 ◦ blue 154

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

Shades of Cobalt #00599A

Tints of Cobalt #00599A

RGB

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

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

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

R = 0%
G = 36.63%
B = 63.37%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00599A (or 0x00599A) is known color: Cobalt. HEX triplet: 00, 59 and 9A. RGB value is (0,89,154). Sum of RGB (Red+Green+Blue) = 0+89+154=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #00599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00599A is #FFA665. Grayscale: #454545. Windows color (decimal): -16754278 or 10115328. OLE color: 10115328.

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

Color convert

RGB 0 89 154 -
CMYK 1 0.42 0 0.40
HSL 205.32º 1% 0.3% -
HSV(B) 205.32º 1% 0.6% -
XYZ 9.41 9.48 31.91 -
YUV 69.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 0 89 154 1 0.42 0 0.40 205.32 1 0.3
Hex 0 59 9A 64 2A 0 28 CD 64 1E
Octal 0 131 232 144 52 0 50 315 144 36
Binary 0 1011001 10011010 1100100 101010 0 101000 11001101 1100100 11110

Color Harmonies of #00599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00599A

Black with #00599A

Text Example


Text Example

White with #00599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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