Html Css Color HEX #054998 Cobalt

📋 copy color: '#054998'

red 5 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #054998

Tints of Cobalt #054998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.74%

 BLUE value IS 152 (59.77% from 255) = 66.09%

R = 2.17%
G = 31.74%
B = 66.09%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054998 (or 0x054998) is known color: Cobalt. HEX triplet: 05, 49 and 98. RGB value is (5,73,152). Sum of RGB (Red+Green+Blue) = 5+73+152=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #054998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054998 is #FAB667. Grayscale: #3D3D3D. Windows color (decimal): -16430696 or 9980165. OLE color: 9980165.

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

Color convert

RGB 5 73 152 -
CMYK 0.97 0.52 0 0.40
HSL 212.24º 0.94% 0.31% -
HSV(B) 212.24º 0.97% 0.6% -
XYZ 8.11 7.06 30.64 -
YUV 61.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 5 73 152 0.97 0.52 0 0.40 212.24 0.94 0.31
Hex 5 49 98 61 34 0 28 D4 5E 1F
Octal 5 111 230 141 64 0 50 324 136 37
Binary 101 1001001 10011000 1100001 110100 0 101000 11010100 1011110 11111

Color Harmonies of #054998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054998

Black with #054998

Text Example


Text Example

White with #054998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054998; }

 p { color: rgb(5,73,152); }

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

background-color css

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

 a { background-color: rgb(5,73,152); }

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

border-color css

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

 span { border-color: rgb(5,73,152); }

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