Html Css Color HEX #053E7C Dark Cerulean

📋 copy color: '#053E7C'

red 5 ◦ green 62 ◦ blue 124

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

Shades of Dark Cerulean #053E7C

Tints of Dark Cerulean #053E7C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.46%

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

R = 2.62%
G = 32.46%
B = 64.92%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053E7C (or 0x053E7C) is known color: Dark Cerulean. HEX triplet: 05, 3E and 7C. RGB value is (5,62,124). Sum of RGB (Red+Green+Blue) = 5+62+124=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #053E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E7C is #FAC183. Grayscale: #333333. Windows color (decimal): -16433540 or 8142341. OLE color: 8142341.

HSL color Cylindrical-coordinate representation of color #053E7C: hue angle of 211.26º 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 #053E7C is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 62 124 -
CMYK 0.96 0.5 0 0.51
HSL 211.26º 0.92% 0.25% -
HSV(B) 211.26º 0.96% 0.49% -
XYZ 5.42 4.93 19.74 -
YUV 52.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 5 62 124 0.96 0.5 0 0.51 211.26 0.92 0.25
Hex 5 3E 7C 60 32 0 33 D3 5C 19
Octal 5 76 174 140 62 0 63 323 134 31
Binary 101 111110 1111100 1100000 110010 0 110011 11010011 1011100 11001

Color Harmonies of #053E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E7C

Black with #053E7C

Text Example


Text Example

White with #053E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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