Html Css Color HEX #054899 Cobalt

📋 copy color: '#054899'

red 5 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #054899

Tints of Cobalt #054899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 2.17%
G = 31.3%
B = 66.52%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#054899 (or 0x054899) is known color: Cobalt. HEX triplet: 05, 48 and 99. RGB value is (5,72,153). Sum of RGB (Red+Green+Blue) = 5+72+153=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #054899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054899 is #FAB766. Grayscale: #3C3C3C. Windows color (decimal): -16430951 or 10045445. OLE color: 10045445.

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

Color convert

RGB 5 72 153 -
CMYK 0.97 0.53 0 0.4
HSL 212.84º 0.94% 0.31% -
HSV(B) 212.84º 0.97% 0.6% -
XYZ 8.13 6.97 31.05 -
YUV 61.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 5 72 153 0.97 0.53 0 0.4 212.84 0.94 0.31
Hex 5 48 99 61 35 0 28 D5 5E 1F
Octal 5 110 231 141 65 0 50 325 136 37
Binary 101 1001000 10011001 1100001 110101 0 101000 11010101 1011110 11111

Color Harmonies of #054899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054899

Black with #054899

Text Example


Text Example

White with #054899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054899; }

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

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

background-color css

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

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

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

border-color css

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

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

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