Html Css Color HEX #054E98 Cobalt

📋 copy color: '#054E98'

red 5 ◦ green 78 ◦ blue 152

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

Shades of Cobalt #054E98

Tints of Cobalt #054E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.68%

R = 2.13%
G = 33.19%
B = 64.68%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054E98 (or 0x054E98) is known color: Cobalt. HEX triplet: 05, 4E and 98. RGB value is (5,78,152). Sum of RGB (Red+Green+Blue) = 5+78+152=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #054E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E98 is #FAB167. Grayscale: #404040. Windows color (decimal): -16429416 or 9981445. OLE color: 9981445.

HSL color Cylindrical-coordinate representation of color #054E98: hue angle of 210.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054E98 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 78 152 -
CMYK 0.97 0.49 0 0.40
HSL 210.2º 0.94% 0.31% -
HSV(B) 210.2º 0.97% 0.6% -
XYZ 8.45 7.75 30.76 -
YUV 64.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 5 78 152 0.97 0.49 0 0.40 210.2 0.94 0.31
Hex 5 4E 98 61 31 0 28 D2 5E 1F
Octal 5 116 230 141 61 0 50 322 136 37
Binary 101 1001110 10011000 1100001 110001 0 101000 11010010 1011110 11111

Color Harmonies of #054E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E98

Black with #054E98

Text Example


Text Example

White with #054E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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