Html Css Color HEX #054E88 Dark Cerulean

📋 copy color: '#054E88'

red 5 ◦ green 78 ◦ blue 136

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

Shades of Dark Cerulean #054E88

Tints of Dark Cerulean #054E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 2.28%
G = 35.62%
B = 62.1%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054E88 (or 0x054E88) is known color: Dark Cerulean. HEX triplet: 05, 4E and 88. RGB value is (5,78,136). Sum of RGB (Red+Green+Blue) = 5+78+136=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #054E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E88 is #FAB177. Grayscale: #3E3E3E. Windows color (decimal): -16429432 or 8932869. OLE color: 8932869.

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

Color convert

RGB 5 78 136 -
CMYK 0.96 0.43 0 0.47
HSL 206.56º 0.93% 0.28% -
HSV(B) 206.56º 0.96% 0.53% -
XYZ 7.23 7.26 24.31 -
YUV 62.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 5 78 136 0.96 0.43 0 0.47 206.56 0.93 0.28
Hex 5 4E 88 60 2B 0 2F CF 5D 1C
Octal 5 116 210 140 53 0 57 317 135 34
Binary 101 1001110 10001000 1100000 101011 0 101111 11001111 1011101 11100

Color Harmonies of #054E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E88

Black with #054E88

Text Example


Text Example

White with #054E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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