Html Css Color HEX #005599 Cobalt

📋 copy color: '#005599'

red 0 ◦ green 85 ◦ blue 153

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

Shades of Cobalt #005599

Tints of Cobalt #005599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005599 (or 0x005599) is known color: Cobalt. HEX triplet: 00, 55 and 99. RGB value is (0,85,153). Sum of RGB (Red+Green+Blue) = 0+85+153=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #005599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005599 is #FFAA66. Grayscale: #424242. Windows color (decimal): -16755303 or 10048768. OLE color: 10048768.

HSL color Cylindrical-coordinate representation of color #005599: hue angle of 206.67º 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 #005599 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 85 153 -
CMYK 1 0.44 0 0.4
HSL 206.67º 1% 0.3% -
HSV(B) 206.67º 1% 0.6% -
XYZ 9 8.8 31.36 -
YUV 67.34 176.34 79.97 -
System Red Green Blue C M Y K H S L
Decimal 0 85 153 1 0.44 0 0.4 206.67 1 0.3
Hex 0 55 99 64 2C 0 28 CF 64 1E
Octal 0 125 231 144 54 0 50 317 144 36
Binary 0 1010101 10011001 1100100 101100 0 101000 11001111 1100100 11110

Color Harmonies of #005599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005599

Black with #005599

Text Example


Text Example

White with #005599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005599; }

 p { color: rgb(0,85,153); }

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

background-color css

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

 a { background-color: rgb(0,85,153); }

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

border-color css

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

 span { border-color: rgb(0,85,153); }

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