Html Css Color HEX #053B89 Dark Cerulean

📋 copy color: '#053B89'

red 5 ◦ green 59 ◦ blue 137

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

Shades of Dark Cerulean #053B89

Tints of Dark Cerulean #053B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 137 (53.91% from 255) = 68.16%

R = 2.49%
G = 29.35%
B = 68.16%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053B89 (or 0x053B89) is known color: Dark Cerulean. HEX triplet: 05, 3B and 89. RGB value is (5,59,137). Sum of RGB (Red+Green+Blue) = 5+59+137=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #053B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B89 is #FAC476. Grayscale: #333333. Windows color (decimal): -16434295 or 8993541. OLE color: 8993541.

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

Color convert

RGB 5 59 137 -
CMYK 0.96 0.57 0 0.46
HSL 215.45º 0.93% 0.28% -
HSV(B) 215.45º 0.96% 0.54% -
XYZ 6.14 4.97 24.3 -
YUV 51.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 5 59 137 0.96 0.57 0 0.46 215.45 0.93 0.28
Hex 5 3B 89 60 39 0 2E D7 5D 1C
Octal 5 73 211 140 71 0 56 327 135 34
Binary 101 111011 10001001 1100000 111001 0 101110 11010111 1011101 11100

Color Harmonies of #053B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B89

Black with #053B89

Text Example


Text Example

White with #053B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,59,137); }

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

background-color css

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

 a { background-color: rgb(5,59,137); }

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

border-color css

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

 span { border-color: rgb(5,59,137); }

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