Html Css Color HEX #054FA0 Cobalt

📋 copy color: '#054FA0'

red 5 ◦ green 79 ◦ blue 160

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

Shades of Cobalt #054FA0

Tints of Cobalt #054FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.57%

R = 2.05%
G = 32.38%
B = 65.57%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#054FA0 (or 0x054FA0) is known color: Cobalt. HEX triplet: 05, 4F and A0. RGB value is (5,79,160). Sum of RGB (Red+Green+Blue) = 5+79+160=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #054FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FA0 is #FAB05F. Grayscale: #414141. Windows color (decimal): -16429152 or 10505989. OLE color: 10505989.

HSL color Cylindrical-coordinate representation of color #054FA0: hue angle of 211.35º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054FA0 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 79 160 -
CMYK 0.97 0.51 0 0.37
HSL 211.35º 0.94% 0.32% -
HSV(B) 211.35º 0.97% 0.63% -
XYZ 9.2 8.16 34.35 -
YUV 66.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 5 79 160 0.97 0.51 0 0.37 211.35 0.94 0.32
Hex 5 4F A0 61 33 0 25 D3 5E 20
Octal 5 117 240 141 63 0 45 323 136 40
Binary 101 1001111 10100000 1100001 110011 0 100101 11010011 1011110 100000

Color Harmonies of #054FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FA0

Black with #054FA0

Text Example


Text Example

White with #054FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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