Html Css Color HEX #054897 Cobalt

📋 copy color: '#054897'

red 5 ◦ green 72 ◦ blue 151

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

Shades of Cobalt #054897

Tints of Cobalt #054897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.23%

R = 2.19%
G = 31.58%
B = 66.23%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#054897 (or 0x054897) is known color: Cobalt. HEX triplet: 05, 48 and 97. RGB value is (5,72,151). Sum of RGB (Red+Green+Blue) = 5+72+151=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #054897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054897 is #FAB768. Grayscale: #3C3C3C. Windows color (decimal): -16430953 or 9914373. OLE color: 9914373.

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

Color convert

RGB 5 72 151 -
CMYK 0.97 0.52 0 0.41
HSL 212.47º 0.94% 0.31% -
HSV(B) 212.47º 0.97% 0.59% -
XYZ 7.97 6.9 30.19 -
YUV 60.97 178.8 88.08 -
System Red Green Blue C M Y K H S L
Decimal 5 72 151 0.97 0.52 0 0.41 212.47 0.94 0.31
Hex 5 48 97 61 34 0 29 D4 5E 1F
Octal 5 110 227 141 64 0 51 324 136 37
Binary 101 1001000 10010111 1100001 110100 0 101001 11010100 1011110 11111

Color Harmonies of #054897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054897

Black with #054897

Text Example


Text Example

White with #054897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054897; }

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

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

background-color css

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

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

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

border-color css

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

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

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