Html Css Color HEX #005499 Cobalt

📋 copy color: '#005499'

red 0 ◦ green 84 ◦ blue 153

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

Shades of Cobalt #005499

Tints of Cobalt #005499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

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

R = 0%
G = 35.44%
B = 64.56%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005499 (or 0x005499) is known color: Cobalt. HEX triplet: 00, 54 and 99. RGB value is (0,84,153). Sum of RGB (Red+Green+Blue) = 0+84+153=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #005499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005499 is #FFAB66. Grayscale: #424242. Windows color (decimal): -16755559 or 10048512. OLE color: 10048512.

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

Color convert

RGB 0 84 153 -
CMYK 1 0.45 0 0.4
HSL 207.06º 1% 0.3% -
HSV(B) 207.06º 1% 0.6% -
XYZ 8.92 8.64 31.33 -
YUV 66.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 0 84 153 1 0.45 0 0.4 207.06 1 0.3
Hex 0 54 99 64 2D 0 28 CF 64 1E
Octal 0 124 231 144 55 0 50 317 144 36
Binary 0 1010100 10011001 1100100 101101 0 101000 11001111 1100100 11110

Color Harmonies of #005499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005499

Black with #005499

Text Example


Text Example

White with #005499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005499; }

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

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

background-color css

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

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

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

border-color css

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

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

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