Html Css Color HEX #053582 Dark Cerulean

📋 copy color: '#053582'

red 5 ◦ green 53 ◦ blue 130

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

Shades of Dark Cerulean #053582

Tints of Dark Cerulean #053582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 2.66%
G = 28.19%
B = 69.15%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053582 (or 0x053582) is known color: Dark Cerulean. HEX triplet: 05, 35 and 82. RGB value is (5,53,130). Sum of RGB (Red+Green+Blue) = 5+53+130=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #053582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053582 is #FACA7D. Grayscale: #2F2F2F. Windows color (decimal): -16435838 or 8533253. OLE color: 8533253.

HSL color Cylindrical-coordinate representation of color #053582: hue angle of 216.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053582 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 53 130 -
CMYK 0.96 0.59 0 0.49
HSL 216.96º 0.93% 0.26% -
HSV(B) 216.96º 0.96% 0.51% -
XYZ 5.36 4.19 21.65 -
YUV 47.43 174.6 97.74 -
System Red Green Blue C M Y K H S L
Decimal 5 53 130 0.96 0.59 0 0.49 216.96 0.93 0.26
Hex 5 35 82 60 3B 0 31 D9 5D 1A
Octal 5 65 202 140 73 0 61 331 135 32
Binary 101 110101 10000010 1100000 111011 0 110001 11011001 1011101 11010

Color Harmonies of #053582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053582

Black with #053582

Text Example


Text Example

White with #053582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053582; }

 p { color: rgb(5,53,130); }

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

background-color css

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

 a { background-color: rgb(5,53,130); }

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

border-color css

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

 span { border-color: rgb(5,53,130); }

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