Html Css Color HEX #053D79 Dark Cerulean

📋 copy color: '#053D79'

red 5 ◦ green 61 ◦ blue 121

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

Shades of Dark Cerulean #053D79

Tints of Dark Cerulean #053D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 2.67%
G = 32.62%
B = 64.71%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053D79 (or 0x053D79) is known color: Dark Cerulean. HEX triplet: 05, 3D and 79. RGB value is (5,61,121). Sum of RGB (Red+Green+Blue) = 5+61+121=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #053D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D79 is #FAC286. Grayscale: #323232. Windows color (decimal): -16433799 or 7945477. OLE color: 7945477.

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

Color convert

RGB 5 61 121 -
CMYK 0.96 0.50 0 0.53
HSL 211.03º 0.92% 0.25% -
HSV(B) 211.03º 0.96% 0.47% -
XYZ 5.18 4.75 18.73 -
YUV 51.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 5 61 121 0.96 0.50 0 0.53 211.03 0.92 0.25
Hex 5 3D 79 60 32 0 35 D3 5C 19
Octal 5 75 171 140 62 0 65 323 134 31
Binary 101 111101 1111001 1100000 110010 0 110101 11010011 1011100 11001

Color Harmonies of #053D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D79

Black with #053D79

Text Example


Text Example

White with #053D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,121); }

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

background-color css

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

 a { background-color: rgb(5,61,121); }

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

border-color css

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

 span { border-color: rgb(5,61,121); }

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