Html Css Color HEX #054EAC Cobalt

📋 copy color: '#054EAC'

red 5 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #054EAC

Tints of Cobalt #054EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 1.96%
G = 30.59%
B = 67.45%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054EAC (or 0x054EAC) is known color: Cobalt. HEX triplet: 05, 4E and AC. RGB value is (5,78,172). Sum of RGB (Red+Green+Blue) = 5+78+172=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #054EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054EAC is #FAB153. Grayscale: #424242. Windows color (decimal): -16429396 or 11292165. OLE color: 11292165.

HSL color Cylindrical-coordinate representation of color #054EAC: hue angle of 213.77º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054EAC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 78 172 -
CMYK 0.97 0.55 0 0.33
HSL 213.77º 0.94% 0.35% -
HSV(B) 213.77º 0.97% 0.67% -
XYZ 10.23 8.46 40.12 -
YUV 66.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 5 78 172 0.97 0.55 0 0.33 213.77 0.94 0.35
Hex 5 4E AC 61 37 0 21 D6 5E 23
Octal 5 116 254 141 67 0 41 326 136 43
Binary 101 1001110 10101100 1100001 110111 0 100001 11010110 1011110 100011

Color Harmonies of #054EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EAC

Black with #054EAC

Text Example


Text Example

White with #054EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,78,172); }

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

background-color css

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

 a { background-color: rgb(5,78,172); }

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

border-color css

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

 span { border-color: rgb(5,78,172); }

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