Html Css Color HEX #053978 Dark Cerulean

📋 copy color: '#053978'

red 5 ◦ green 57 ◦ blue 120

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

Shades of Dark Cerulean #053978

Tints of Dark Cerulean #053978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 2.75%
G = 31.32%
B = 65.93%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053978 (or 0x053978) is known color: Dark Cerulean. HEX triplet: 05, 39 and 78. RGB value is (5,57,120). Sum of RGB (Red+Green+Blue) = 5+57+120=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #053978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053978 is #FAC687. Grayscale: #303030. Windows color (decimal): -16434824 or 7878917. OLE color: 7878917.

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

Color convert

RGB 5 57 120 -
CMYK 0.96 0.52 0 0.53
HSL 212.87º 0.92% 0.25% -
HSV(B) 212.87º 0.96% 0.47% -
XYZ 4.92 4.31 18.34 -
YUV 48.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 5 57 120 0.96 0.52 0 0.53 212.87 0.92 0.25
Hex 5 39 78 60 34 0 35 D5 5C 19
Octal 5 71 170 140 64 0 65 325 134 31
Binary 101 111001 1111000 1100000 110100 0 110101 11010101 1011100 11001

Color Harmonies of #053978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053978

Black with #053978

Text Example


Text Example

White with #053978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053978; }

 p { color: rgb(5,57,120); }

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

background-color css

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

 a { background-color: rgb(5,57,120); }

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

border-color css

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

 span { border-color: rgb(5,57,120); }

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