Html Css Color HEX #054E7E Dark Cerulean

📋 copy color: '#054E7E'

red 5 ◦ green 78 ◦ blue 126

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

Shades of Dark Cerulean #054E7E

Tints of Dark Cerulean #054E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 2.39%
G = 37.32%
B = 60.29%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#054E7E (or 0x054E7E) is known color: Dark Cerulean. HEX triplet: 05, 4E and 7E. RGB value is (5,78,126). Sum of RGB (Red+Green+Blue) = 5+78+126=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #054E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E7E is #FAB181. Grayscale: #3D3D3D. Windows color (decimal): -16429442 or 8277509. OLE color: 8277509.

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

Color convert

RGB 5 78 126 -
CMYK 0.96 0.38 0 0.51
HSL 203.8º 0.92% 0.26% -
HSV(B) 203.8º 0.96% 0.49% -
XYZ 6.55 6.99 20.74 -
YUV 61.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 5 78 126 0.96 0.38 0 0.51 203.8 0.92 0.26
Hex 5 4E 7E 60 26 0 33 CC 5C 1A
Octal 5 116 176 140 46 0 63 314 134 32
Binary 101 1001110 1111110 1100000 100110 0 110011 11001100 1011100 11010

Color Harmonies of #054E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E7E

Black with #054E7E

Text Example


Text Example

White with #054E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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