Html Css Color HEX #053E7D Dark Cerulean

📋 copy color: '#053E7D'

red 5 ◦ green 62 ◦ blue 125

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

Shades of Dark Cerulean #053E7D

Tints of Dark Cerulean #053E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 2.6%
G = 32.29%
B = 65.1%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053E7D (or 0x053E7D) is known color: Dark Cerulean. HEX triplet: 05, 3E and 7D. RGB value is (5,62,125). Sum of RGB (Red+Green+Blue) = 5+62+125=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #053E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E7D is #FAC182. Grayscale: #333333. Windows color (decimal): -16433539 or 8207877. OLE color: 8207877.

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

Color convert

RGB 5 62 125 -
CMYK 0.96 0.50 0 0.51
HSL 211.5º 0.92% 0.25% -
HSV(B) 211.5º 0.96% 0.49% -
XYZ 5.49 4.96 20.07 -
YUV 52.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 5 62 125 0.96 0.50 0 0.51 211.5 0.92 0.25
Hex 5 3E 7D 60 32 0 33 D4 5C 19
Octal 5 76 175 140 62 0 63 324 134 31
Binary 101 111110 1111101 1100000 110010 0 110011 11010100 1011100 11001

Color Harmonies of #053E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E7D

Black with #053E7D

Text Example


Text Example

White with #053E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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