Html Css Color HEX #054EAD Cobalt

📋 copy color: '#054EAD'

red 5 ◦ green 78 ◦ blue 173

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

Shades of Cobalt #054EAD

Tints of Cobalt #054EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 1.95%
G = 30.47%
B = 67.58%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#054EAD (or 0x054EAD) is known color: Cobalt. HEX triplet: 05, 4E and AD. RGB value is (5,78,173). Sum of RGB (Red+Green+Blue) = 5+78+173=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #054EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054EAD is #FAB152. Grayscale: #424242. Windows color (decimal): -16429395 or 11357701. OLE color: 11357701.

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

Color convert

RGB 5 78 173 -
CMYK 0.97 0.55 0 0.32
HSL 213.93º 0.94% 0.35% -
HSV(B) 213.93º 0.97% 0.68% -
XYZ 10.33 8.5 40.63 -
YUV 67 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 5 78 173 0.97 0.55 0 0.32 213.93 0.94 0.35
Hex 5 4E AD 61 37 0 20 D6 5E 23
Octal 5 116 255 141 67 0 40 326 136 43
Binary 101 1001110 10101101 1100001 110111 0 100000 11010110 1011110 100011

Color Harmonies of #054EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EAD

Black with #054EAD

Text Example


Text Example

White with #054EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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