Html Css Color HEX #053681 Dark Cerulean

📋 copy color: '#053681'

red 5 ◦ green 54 ◦ blue 129

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

Shades of Dark Cerulean #053681

Tints of Dark Cerulean #053681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 2.66%
G = 28.72%
B = 68.62%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053681 (or 0x053681) is known color: Dark Cerulean. HEX triplet: 05, 36 and 81. RGB value is (5,54,129). Sum of RGB (Red+Green+Blue) = 5+54+129=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 129 (50.78% from 255 or 68.62% from 188); Max value from RGB is 129 - color contains mainly: blue. Hex color #053681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053681 is #FAC97E. Grayscale: #2F2F2F. Windows color (decimal): -16435583 or 8467973. OLE color: 8467973.

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

Color convert

RGB 5 54 129 -
CMYK 0.96 0.58 0 0.49
HSL 216.29º 0.93% 0.26% -
HSV(B) 216.29º 0.96% 0.51% -
XYZ 5.34 4.26 21.31 -
YUV 47.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 5 54 129 0.96 0.58 0 0.49 216.29 0.93 0.26
Hex 5 36 81 60 3A 0 31 D8 5D 1A
Octal 5 66 201 140 72 0 61 330 135 32
Binary 101 110110 10000001 1100000 111010 0 110001 11011000 1011101 11010

Color Harmonies of #053681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053681

Black with #053681

Text Example


Text Example

White with #053681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053681; }

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

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

background-color css

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

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

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

border-color css

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

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

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