Html Css Color HEX #054696 Cobalt

📋 copy color: '#054696'

red 5 ◦ green 70 ◦ blue 150

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

Shades of Cobalt #054696

Tints of Cobalt #054696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 2.22%
G = 31.11%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#054696 (or 0x054696) is known color: Cobalt. HEX triplet: 05, 46 and 96. RGB value is (5,70,150). Sum of RGB (Red+Green+Blue) = 5+70+150=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #054696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054696 is #FAB969. Grayscale: #3B3B3B. Windows color (decimal): -16431466 or 9848325. OLE color: 9848325.

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

Color convert

RGB 5 70 150 -
CMYK 0.97 0.53 0 0.41
HSL 213.1º 0.94% 0.3% -
HSV(B) 213.1º 0.97% 0.59% -
XYZ 7.76 6.61 29.72 -
YUV 59.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 5 70 150 0.97 0.53 0 0.41 213.1 0.94 0.3
Hex 5 46 96 61 35 0 29 D5 5E 1E
Octal 5 106 226 141 65 0 51 325 136 36
Binary 101 1000110 10010110 1100001 110101 0 101001 11010101 1011110 11110

Color Harmonies of #054696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054696

Black with #054696

Text Example


Text Example

White with #054696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054696; }

 p { color: rgb(5,70,150); }

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

background-color css

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

 a { background-color: rgb(5,70,150); }

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

border-color css

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

 span { border-color: rgb(5,70,150); }

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