Html Css Color HEX #054F99 Cobalt

📋 copy color: '#054F99'

red 5 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #054F99

Tints of Cobalt #054F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

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

R = 2.11%
G = 33.33%
B = 64.56%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#054F99 (or 0x054F99) is known color: Cobalt. HEX triplet: 05, 4F and 99. RGB value is (5,79,153). Sum of RGB (Red+Green+Blue) = 5+79+153=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 79 (31.25% from 255 or 33.33% 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 #054F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F99 is #FAB066. Grayscale: #404040. Windows color (decimal): -16429159 or 10047237. OLE color: 10047237.

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

Color convert

RGB 5 79 153 -
CMYK 0.97 0.48 0 0.4
HSL 210º 0.94% 0.31% -
HSV(B) 210º 0.97% 0.6% -
XYZ 8.61 7.92 31.21 -
YUV 65.31 177.48 84.98 -
System Red Green Blue C M Y K H S L
Decimal 5 79 153 0.97 0.48 0 0.4 210 0.94 0.31
Hex 5 4F 99 61 30 0 28 D2 5E 1F
Octal 5 117 231 141 60 0 50 322 136 37
Binary 101 1001111 10011001 1100001 110000 0 101000 11010010 1011110 11111

Color Harmonies of #054F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F99

Black with #054F99

Text Example


Text Example

White with #054F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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