Html Css Color HEX #053779 Dark Cerulean

📋 copy color: '#053779'

red 5 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #053779

Tints of Dark Cerulean #053779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

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

R = 2.76%
G = 30.39%
B = 66.85%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053779 (or 0x053779) is known color: Dark Cerulean. HEX triplet: 05, 37 and 79. RGB value is (5,55,121). Sum of RGB (Red+Green+Blue) = 5+55+121=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #053779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053779 is #FAC886. Grayscale: #2F2F2F. Windows color (decimal): -16435335 or 7943941. OLE color: 7943941.

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

Color convert

RGB 5 55 121 -
CMYK 0.96 0.55 0 0.53
HSL 214.14º 0.92% 0.25% -
HSV(B) 214.14º 0.96% 0.47% -
XYZ 4.88 4.15 18.63 -
YUV 47.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 5 55 121 0.96 0.55 0 0.53 214.14 0.92 0.25
Hex 5 37 79 60 37 0 35 D6 5C 19
Octal 5 67 171 140 67 0 65 326 134 31
Binary 101 110111 1111001 1100000 110111 0 110101 11010110 1011100 11001

Color Harmonies of #053779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053779

Black with #053779

Text Example


Text Example

White with #053779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053779; }

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

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

background-color css

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

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

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

border-color css

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

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

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