Html Css Color HEX #054499 Cobalt

📋 copy color: '#054499'

red 5 ◦ green 68 ◦ blue 153

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

Shades of Cobalt #054499

Tints of Cobalt #054499

RGB

 RED value IS 5 (2.34% from 255) = 2.21%

 GREEN value IS 68 (26.95% from 255) = 30.09%

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

R = 2.21%
G = 30.09%
B = 67.7%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#054499 (or 0x054499) is known color: Cobalt. HEX triplet: 05, 44 and 99. RGB value is (5,68,153). Sum of RGB (Red+Green+Blue) = 5+68+153=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #054499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054499 is #FABB66. Grayscale: #3A3A3A. Windows color (decimal): -16431975 or 10044421. OLE color: 10044421.

HSL color Cylindrical-coordinate representation of color #054499: hue angle of 214.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054499 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 68 153 -
CMYK 0.97 0.56 0 0.4
HSL 214.46º 0.94% 0.31% -
HSV(B) 214.46º 0.97% 0.6% -
XYZ 7.88 6.47 30.97 -
YUV 58.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 5 68 153 0.97 0.56 0 0.4 214.46 0.94 0.31
Hex 5 44 99 61 38 0 28 D6 5E 1F
Octal 5 104 231 141 70 0 50 326 136 37
Binary 101 1000100 10011001 1100001 111000 0 101000 11010110 1011110 11111

Color Harmonies of #054499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054499

Black with #054499

Text Example


Text Example

White with #054499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054499; }

 p { color: rgb(5,68,153); }

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

background-color css

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

 a { background-color: rgb(5,68,153); }

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

border-color css

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

 span { border-color: rgb(5,68,153); }

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