Html Css Color HEX #005496 Cobalt

📋 copy color: '#005496'

red 0 ◦ green 84 ◦ blue 150

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

Shades of Cobalt #005496

Tints of Cobalt #005496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.1%

R = 0%
G = 35.9%
B = 64.1%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005496 (or 0x005496) is known color: Cobalt. HEX triplet: 00, 54 and 96. RGB value is (0,84,150). Sum of RGB (Red+Green+Blue) = 0+84+150=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #005496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005496 is #FFAB69. Grayscale: #424242. Windows color (decimal): -16755562 or 9851904. OLE color: 9851904.

HSL color Cylindrical-coordinate representation of color #005496: hue angle of 206.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005496 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 84 150 -
CMYK 1 0.44 0 0.41
HSL 206.4º 1% 0.29% -
HSV(B) 206.4º 1% 0.59% -
XYZ 8.68 8.54 30.05 -
YUV 66.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 0 84 150 1 0.44 0 0.41 206.4 1 0.29
Hex 0 54 96 64 2C 0 29 CE 64 1D
Octal 0 124 226 144 54 0 51 316 144 35
Binary 0 1010100 10010110 1100100 101100 0 101001 11001110 1100100 11101

Color Harmonies of #005496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005496

Black with #005496

Text Example


Text Example

White with #005496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005496; }

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

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

background-color css

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

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

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

border-color css

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

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

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