Html Css Color HEX #054995 Cobalt

📋 copy color: '#054995'

red 5 ◦ green 73 ◦ blue 149

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

Shades of Cobalt #054995

Tints of Cobalt #054995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 2.2%
G = 32.16%
B = 65.64%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054995 (or 0x054995) is known color: Cobalt. HEX triplet: 05, 49 and 95. RGB value is (5,73,149). Sum of RGB (Red+Green+Blue) = 5+73+149=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #054995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054995 is #FAB66A. Grayscale: #3C3C3C. Windows color (decimal): -16430699 or 9783557. OLE color: 9783557.

HSL color Cylindrical-coordinate representation of color #054995: hue angle of 211.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054995 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 73 149 -
CMYK 0.97 0.51 0 0.42
HSL 211.67º 0.94% 0.3% -
HSV(B) 211.67º 0.97% 0.58% -
XYZ 7.87 6.97 29.36 -
YUV 61.33 177.47 87.82 -
System Red Green Blue C M Y K H S L
Decimal 5 73 149 0.97 0.51 0 0.42 211.67 0.94 0.3
Hex 5 49 95 61 33 0 2A D4 5E 1E
Octal 5 111 225 141 63 0 52 324 136 36
Binary 101 1001001 10010101 1100001 110011 0 101010 11010100 1011110 11110

Color Harmonies of #054995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054995

Black with #054995

Text Example


Text Example

White with #054995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054995; }

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

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

background-color css

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

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

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

border-color css

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

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

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