Html Css Color HEX #053479 Dark Cerulean

📋 copy color: '#053479'

red 5 ◦ green 52 ◦ blue 121

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

Shades of Dark Cerulean #053479

Tints of Dark Cerulean #053479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

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

R = 2.81%
G = 29.21%
B = 67.98%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053479 (or 0x053479) is known color: Dark Cerulean. HEX triplet: 05, 34 and 79. RGB value is (5,52,121). Sum of RGB (Red+Green+Blue) = 5+52+121=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #053479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053479 is #FACB86. Grayscale: #2D2D2D. Windows color (decimal): -16436103 or 7943173. OLE color: 7943173.

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

Color convert

RGB 5 52 121 -
CMYK 0.96 0.57 0 0.53
HSL 215.69º 0.92% 0.25% -
HSV(B) 215.69º 0.96% 0.47% -
XYZ 4.74 3.87 18.59 -
YUV 45.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 5 52 121 0.96 0.57 0 0.53 215.69 0.92 0.25
Hex 5 34 79 60 39 0 35 D8 5C 19
Octal 5 64 171 140 71 0 65 330 134 31
Binary 101 110100 1111001 1100000 111001 0 110101 11011000 1011100 11001

Color Harmonies of #053479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053479

Black with #053479

Text Example


Text Example

White with #053479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053479; }

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

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

background-color css

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

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

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

border-color css

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

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

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