Html Css Color HEX #053985 Dark Cerulean

📋 copy color: '#053985'

red 5 ◦ green 57 ◦ blue 133

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

Shades of Dark Cerulean #053985

Tints of Dark Cerulean #053985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

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

R = 2.56%
G = 29.23%
B = 68.21%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053985 (or 0x053985) is known color: Dark Cerulean. HEX triplet: 05, 39 and 85. RGB value is (5,57,133). Sum of RGB (Red+Green+Blue) = 5+57+133=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #053985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053985 is #FAC67A. Grayscale: #313131. Windows color (decimal): -16434811 or 8730885. OLE color: 8730885.

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

Color convert

RGB 5 57 133 -
CMYK 0.96 0.57 0 0.48
HSL 215.63º 0.93% 0.27% -
HSV(B) 215.63º 0.96% 0.52% -
XYZ 5.76 4.65 22.78 -
YUV 50.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 5 57 133 0.96 0.57 0 0.48 215.63 0.93 0.27
Hex 5 39 85 60 39 0 30 D8 5D 1B
Octal 5 71 205 140 71 0 60 330 135 33
Binary 101 111001 10000101 1100000 111001 0 110000 11011000 1011101 11011

Color Harmonies of #053985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053985

Black with #053985

Text Example


Text Example

White with #053985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053985; }

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

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

background-color css

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

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

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

border-color css

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

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

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