Html Css Color HEX #053E75 Dark Cerulean

📋 copy color: '#053E75'

red 5 ◦ green 62 ◦ blue 117

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

Shades of Dark Cerulean #053E75

Tints of Dark Cerulean #053E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 2.72%
G = 33.7%
B = 63.59%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053E75 (or 0x053E75) is known color: Dark Cerulean. HEX triplet: 05, 3E and 75. RGB value is (5,62,117). Sum of RGB (Red+Green+Blue) = 5+62+117=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #053E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E75 is #FAC18A. Grayscale: #323232. Windows color (decimal): -16433547 or 7683589. OLE color: 7683589.

HSL color Cylindrical-coordinate representation of color #053E75: hue angle of 209.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E75 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 62 117 -
CMYK 0.96 0.47 0 0.54
HSL 209.46º 0.92% 0.24% -
HSV(B) 209.46º 0.96% 0.46% -
XYZ 5 4.76 17.49 -
YUV 51.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 5 62 117 0.96 0.47 0 0.54 209.46 0.92 0.24
Hex 5 3E 75 60 2F 0 36 D1 5C 18
Octal 5 76 165 140 57 0 66 321 134 30
Binary 101 111110 1110101 1100000 101111 0 110110 11010001 1011100 11000

Color Harmonies of #053E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E75

Black with #053E75

Text Example


Text Example

White with #053E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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