Html Css Color HEX #054E7C Dark Cerulean

📋 copy color: '#054E7C'

red 5 ◦ green 78 ◦ blue 124

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

Shades of Dark Cerulean #054E7C

Tints of Dark Cerulean #054E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.9%

R = 2.42%
G = 37.68%
B = 59.9%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#054E7C (or 0x054E7C) is known color: Dark Cerulean. HEX triplet: 05, 4E and 7C. RGB value is (5,78,124). Sum of RGB (Red+Green+Blue) = 5+78+124=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #054E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E7C is #FAB183. Grayscale: #3D3D3D. Windows color (decimal): -16429444 or 8146437. OLE color: 8146437.

HSL color Cylindrical-coordinate representation of color #054E7C: hue angle of 203.19º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054E7C is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 78 124 -
CMYK 0.96 0.37 0 0.51
HSL 203.19º 0.92% 0.25% -
HSV(B) 203.19º 0.96% 0.49% -
XYZ 6.43 6.94 20.07 -
YUV 61.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 5 78 124 0.96 0.37 0 0.51 203.19 0.92 0.25
Hex 5 4E 7C 60 25 0 33 CB 5C 19
Octal 5 116 174 140 45 0 63 313 134 31
Binary 101 1001110 1111100 1100000 100101 0 110011 11001011 1011100 11001

Color Harmonies of #054E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E7C

Black with #054E7C

Text Example


Text Example

White with #054E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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