Html Css Color HEX #054E93 Dark Cerulean

📋 copy color: '#054E93'

red 5 ◦ green 78 ◦ blue 147

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

Shades of Dark Cerulean #054E93

Tints of Dark Cerulean #054E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 2.17%
G = 33.91%
B = 63.91%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054E93 (or 0x054E93) is known color: Dark Cerulean. HEX triplet: 05, 4E and 93. RGB value is (5,78,147). Sum of RGB (Red+Green+Blue) = 5+78+147=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #054E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E93 is #FAB16C. Grayscale: #3F3F3F. Windows color (decimal): -16429421 or 9653765. OLE color: 9653765.

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

Color convert

RGB 5 78 147 -
CMYK 0.97 0.47 0 0.42
HSL 209.15º 0.93% 0.3% -
HSV(B) 209.15º 0.97% 0.58% -
XYZ 8.05 7.59 28.64 -
YUV 64.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 5 78 147 0.97 0.47 0 0.42 209.15 0.93 0.3
Hex 5 4E 93 61 2F 0 2A D1 5D 1E
Octal 5 116 223 141 57 0 52 321 135 36
Binary 101 1001110 10010011 1100001 101111 0 101010 11010001 1011101 11110

Color Harmonies of #054E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E93

Black with #054E93

Text Example


Text Example

White with #054E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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