Html Css Color HEX #054E92 Dark Cerulean

📋 copy color: '#054E92'

red 5 ◦ green 78 ◦ blue 146

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

Shades of Dark Cerulean #054E92

Tints of Dark Cerulean #054E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 2.18%
G = 34.06%
B = 63.76%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054E92 (or 0x054E92) is known color: Dark Cerulean. HEX triplet: 05, 4E and 92. RGB value is (5,78,146). Sum of RGB (Red+Green+Blue) = 5+78+146=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #054E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E92 is #FAB16D. Grayscale: #3F3F3F. Windows color (decimal): -16429422 or 9588229. OLE color: 9588229.

HSL color Cylindrical-coordinate representation of color #054E92: hue angle of 208.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054E92 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 78 146 -
CMYK 0.97 0.47 0 0.43
HSL 208.94º 0.93% 0.3% -
HSV(B) 208.94º 0.97% 0.57% -
XYZ 7.98 7.56 28.23 -
YUV 63.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 5 78 146 0.97 0.47 0 0.43 208.94 0.93 0.3
Hex 5 4E 92 61 2F 0 2B D1 5D 1E
Octal 5 116 222 141 57 0 53 321 135 36
Binary 101 1001110 10010010 1100001 101111 0 101011 11010001 1011101 11110

Color Harmonies of #054E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E92

Black with #054E92

Text Example


Text Example

White with #054E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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