Html Css Color HEX #053783 Dark Cerulean

📋 copy color: '#053783'

red 5 ◦ green 55 ◦ blue 131

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

Shades of Dark Cerulean #053783

Tints of Dark Cerulean #053783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 131 (51.56% from 255) = 68.59%

R = 2.62%
G = 28.8%
B = 68.59%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053783 (or 0x053783) is known color: Dark Cerulean. HEX triplet: 05, 37 and 83. RGB value is (5,55,131). Sum of RGB (Red+Green+Blue) = 5+55+131=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #053783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053783 is #FAC87C. Grayscale: #303030. Windows color (decimal): -16435325 or 8599301. OLE color: 8599301.

HSL color Cylindrical-coordinate representation of color #053783: hue angle of 216.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053783 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 55 131 -
CMYK 0.96 0.58 0 0.49
HSL 216.19º 0.93% 0.27% -
HSV(B) 216.19º 0.96% 0.51% -
XYZ 5.53 4.4 22.03 -
YUV 48.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 5 55 131 0.96 0.58 0 0.49 216.19 0.93 0.27
Hex 5 37 83 60 3A 0 31 D8 5D 1B
Octal 5 67 203 140 72 0 61 330 135 33
Binary 101 110111 10000011 1100000 111010 0 110001 11011000 1011101 11011

Color Harmonies of #053783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053783

Black with #053783

Text Example


Text Example

White with #053783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053783; }

 p { color: rgb(5,55,131); }

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

background-color css

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

 a { background-color: rgb(5,55,131); }

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

border-color css

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

 span { border-color: rgb(5,55,131); }

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