Html Css Color HEX #053A86 Dark Cerulean

📋 copy color: '#053A86'

red 5 ◦ green 58 ◦ blue 134

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

Shades of Dark Cerulean #053A86

Tints of Dark Cerulean #053A86

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 2.54%
G = 29.44%
B = 68.02%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053A86 (or 0x053A86) is known color: Dark Cerulean. HEX triplet: 05, 3A and 86. RGB value is (5,58,134). Sum of RGB (Red+Green+Blue) = 5+58+134=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #053A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A86 is #FAC579. Grayscale: #323232. Windows color (decimal): -16434554 or 8796677. OLE color: 8796677.

HSL color Cylindrical-coordinate representation of color #053A86: hue angle of 215.35º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A86 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 58 134 -
CMYK 0.96 0.57 0 0.47
HSL 215.35º 0.93% 0.27% -
HSV(B) 215.35º 0.96% 0.53% -
XYZ 5.88 4.78 23.17 -
YUV 50.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 5 58 134 0.96 0.57 0 0.47 215.35 0.93 0.27
Hex 5 3A 86 60 39 0 2F D7 5D 1B
Octal 5 72 206 140 71 0 57 327 135 33
Binary 101 111010 10000110 1100000 111001 0 101111 11010111 1011101 11011

Color Harmonies of #053A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A86

Black with #053A86

Text Example


Text Example

White with #053A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A86; }

 p { color: rgb(5,58,134); }

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

background-color css

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

 a { background-color: rgb(5,58,134); }

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

border-color css

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

 span { border-color: rgb(5,58,134); }

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