Html Css Color HEX #053379 Dark Cerulean

📋 copy color: '#053379'

red 5 ◦ green 51 ◦ blue 121

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

Shades of Dark Cerulean #053379

Tints of Dark Cerulean #053379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 2.82%
G = 28.81%
B = 68.36%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053379 (or 0x053379) is known color: Dark Cerulean. HEX triplet: 05, 33 and 79. RGB value is (5,51,121). Sum of RGB (Red+Green+Blue) = 5+51+121=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #053379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053379 is #FACC86. Grayscale: #2C2C2C. Windows color (decimal): -16436359 or 7942917. OLE color: 7942917.

HSL color Cylindrical-coordinate representation of color #053379: hue angle of 216.21º 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 #053379 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 51 121 -
CMYK 0.96 0.58 0 0.53
HSL 216.21º 0.92% 0.25% -
HSV(B) 216.21º 0.96% 0.47% -
XYZ 4.7 3.78 18.57 -
YUV 45.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 5 51 121 0.96 0.58 0 0.53 216.21 0.92 0.25
Hex 5 33 79 60 3A 0 35 D8 5C 19
Octal 5 63 171 140 72 0 65 330 134 31
Binary 101 110011 1111001 1100000 111010 0 110101 11011000 1011100 11001

Color Harmonies of #053379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053379

Black with #053379

Text Example


Text Example

White with #053379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053379; }

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

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

background-color css

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

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

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

border-color css

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

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

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