Html Css Color HEX #054EA3 Cobalt

📋 copy color: '#054EA3'

red 5 ◦ green 78 ◦ blue 163

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

Shades of Cobalt #054EA3

Tints of Cobalt #054EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.26%

R = 2.03%
G = 31.71%
B = 66.26%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#054EA3 (or 0x054EA3) is known color: Cobalt. HEX triplet: 05, 4E and A3. RGB value is (5,78,163). Sum of RGB (Red+Green+Blue) = 5+78+163=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #054EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054EA3 is #FAB15C. Grayscale: #414141. Windows color (decimal): -16429405 or 10702341. OLE color: 10702341.

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

Color convert

RGB 5 78 163 -
CMYK 0.97 0.52 0 0.36
HSL 212.28º 0.94% 0.33% -
HSV(B) 212.28º 0.97% 0.64% -
XYZ 9.4 8.13 35.72 -
YUV 65.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 5 78 163 0.97 0.52 0 0.36 212.28 0.94 0.33
Hex 5 4E A3 61 34 0 24 D4 5E 21
Octal 5 116 243 141 64 0 44 324 136 41
Binary 101 1001110 10100011 1100001 110100 0 100100 11010100 1011110 100001

Color Harmonies of #054EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EA3

Black with #054EA3

Text Example


Text Example

White with #054EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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