Html Css Color HEX #053B85 Dark Cerulean

📋 copy color: '#053B85'

red 5 ◦ green 59 ◦ blue 133

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

Shades of Dark Cerulean #053B85

Tints of Dark Cerulean #053B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.51%

R = 2.54%
G = 29.95%
B = 67.51%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053B85 (or 0x053B85) is known color: Dark Cerulean. HEX triplet: 05, 3B and 85. RGB value is (5,59,133). Sum of RGB (Red+Green+Blue) = 5+59+133=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #053B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B85 is #FAC47A. Grayscale: #323232. Windows color (decimal): -16434299 or 8731397. OLE color: 8731397.

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

Color convert

RGB 5 59 133 -
CMYK 0.96 0.56 0 0.48
HSL 214.69º 0.93% 0.27% -
HSV(B) 214.69º 0.96% 0.52% -
XYZ 5.86 4.85 22.82 -
YUV 51.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 5 59 133 0.96 0.56 0 0.48 214.69 0.93 0.27
Hex 5 3B 85 60 38 0 30 D7 5D 1B
Octal 5 73 205 140 70 0 60 327 135 33
Binary 101 111011 10000101 1100000 111000 0 110000 11010111 1011101 11011

Color Harmonies of #053B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B85

Black with #053B85

Text Example


Text Example

White with #053B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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