Html Css Color HEX #053885 Dark Cerulean

📋 copy color: '#053885'

red 5 ◦ green 56 ◦ blue 133

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

Shades of Dark Cerulean #053885

Tints of Dark Cerulean #053885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 2.58%
G = 28.87%
B = 68.56%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053885 (or 0x053885) is known color: Dark Cerulean. HEX triplet: 05, 38 and 85. RGB value is (5,56,133). Sum of RGB (Red+Green+Blue) = 5+56+133=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #053885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053885 is #FAC77A. Grayscale: #313131. Windows color (decimal): -16435067 or 8730629. OLE color: 8730629.

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

Color convert

RGB 5 56 133 -
CMYK 0.96 0.58 0 0.48
HSL 216.09º 0.93% 0.27% -
HSV(B) 216.09º 0.96% 0.52% -
XYZ 5.71 4.55 22.77 -
YUV 49.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 5 56 133 0.96 0.58 0 0.48 216.09 0.93 0.27
Hex 5 38 85 60 3A 0 30 D8 5D 1B
Octal 5 70 205 140 72 0 60 330 135 33
Binary 101 111000 10000101 1100000 111010 0 110000 11011000 1011101 11011

Color Harmonies of #053885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053885

Black with #053885

Text Example


Text Example

White with #053885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053885; }

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

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

background-color css

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

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

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

border-color css

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

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

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