Html Css Color HEX #053181 Dark Cerulean

📋 copy color: '#053181'

red 5 ◦ green 49 ◦ blue 129

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

Shades of Dark Cerulean #053181

Tints of Dark Cerulean #053181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 129 (50.78% from 255) = 70.49%

R = 2.73%
G = 26.78%
B = 70.49%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053181 (or 0x053181) is known color: Dark Cerulean. HEX triplet: 05, 31 and 81. RGB value is (5,49,129). Sum of RGB (Red+Green+Blue) = 5+49+129=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #053181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053181 is #FACE7E. Grayscale: #2C2C2C. Windows color (decimal): -16436863 or 8466693. OLE color: 8466693.

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

Color convert

RGB 5 49 129 -
CMYK 0.96 0.62 0 0.49
HSL 218.71º 0.93% 0.26% -
HSV(B) 218.71º 0.96% 0.51% -
XYZ 5.12 3.81 21.24 -
YUV 44.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 5 49 129 0.96 0.62 0 0.49 218.71 0.93 0.26
Hex 5 31 81 60 3E 0 31 DB 5D 1A
Octal 5 61 201 140 76 0 61 333 135 32
Binary 101 110001 10000001 1100000 111110 0 110001 11011011 1011101 11010

Color Harmonies of #053181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053181

Black with #053181

Text Example


Text Example

White with #053181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053181; }

 p { color: rgb(5,49,129); }

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

background-color css

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

 a { background-color: rgb(5,49,129); }

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

border-color css

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

 span { border-color: rgb(5,49,129); }

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