Html Css Color HEX #053878 Dark Cerulean

📋 copy color: '#053878'

red 5 ◦ green 56 ◦ blue 120

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

Shades of Dark Cerulean #053878

Tints of Dark Cerulean #053878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 2.76%
G = 30.94%
B = 66.3%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053878 (or 0x053878) is known color: Dark Cerulean. HEX triplet: 05, 38 and 78. RGB value is (5,56,120). Sum of RGB (Red+Green+Blue) = 5+56+120=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #053878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053878 is #FAC787. Grayscale: #2F2F2F. Windows color (decimal): -16435080 or 7878661. OLE color: 7878661.

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

Color convert

RGB 5 56 120 -
CMYK 0.96 0.53 0 0.53
HSL 213.39º 0.92% 0.25% -
HSV(B) 213.39º 0.96% 0.47% -
XYZ 4.87 4.22 18.33 -
YUV 48.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 5 56 120 0.96 0.53 0 0.53 213.39 0.92 0.25
Hex 5 38 78 60 35 0 35 D5 5C 19
Octal 5 70 170 140 65 0 65 325 134 31
Binary 101 111000 1111000 1100000 110101 0 110101 11010101 1011100 11001

Color Harmonies of #053878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053878

Black with #053878

Text Example


Text Example

White with #053878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053878; }

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

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

background-color css

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

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

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

border-color css

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

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

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