Html Css Color HEX #053381 Dark Cerulean

📋 copy color: '#053381'

red 5 ◦ green 51 ◦ blue 129

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

Shades of Dark Cerulean #053381

Tints of Dark Cerulean #053381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 2.7%
G = 27.57%
B = 69.73%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053381 (or 0x053381) is known color: Dark Cerulean. HEX triplet: 05, 33 and 81. RGB value is (5,51,129). Sum of RGB (Red+Green+Blue) = 5+51+129=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #053381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053381 is #FACC7E. Grayscale: #2D2D2D. Windows color (decimal): -16436351 or 8467205. OLE color: 8467205.

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

Color convert

RGB 5 51 129 -
CMYK 0.96 0.60 0 0.49
HSL 217.74º 0.93% 0.26% -
HSV(B) 217.74º 0.96% 0.51% -
XYZ 5.21 3.98 21.26 -
YUV 46.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 5 51 129 0.96 0.60 0 0.49 217.74 0.93 0.26
Hex 5 33 81 60 3C 0 31 DA 5D 1A
Octal 5 63 201 140 74 0 61 332 135 32
Binary 101 110011 10000001 1100000 111100 0 110001 11011010 1011101 11010

Color Harmonies of #053381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053381

Black with #053381

Text Example


Text Example

White with #053381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053381; }

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

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

background-color css

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

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

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

border-color css

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

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

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