Html Css Color HEX #053D7C Dark Cerulean

📋 copy color: '#053D7C'

red 5 ◦ green 61 ◦ blue 124

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

Shades of Dark Cerulean #053D7C

Tints of Dark Cerulean #053D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.11%

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 2.63%
G = 32.11%
B = 65.26%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053D7C (or 0x053D7C) is known color: Dark Cerulean. HEX triplet: 05, 3D and 7C. RGB value is (5,61,124). Sum of RGB (Red+Green+Blue) = 5+61+124=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #053D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D7C is #FAC283. Grayscale: #333333. Windows color (decimal): -16433796 or 8142085. OLE color: 8142085.

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

Color convert

RGB 5 61 124 -
CMYK 0.96 0.51 0 0.51
HSL 211.76º 0.92% 0.25% -
HSV(B) 211.76º 0.96% 0.49% -
XYZ 5.37 4.82 19.72 -
YUV 51.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 5 61 124 0.96 0.51 0 0.51 211.76 0.92 0.25
Hex 5 3D 7C 60 33 0 33 D4 5C 19
Octal 5 75 174 140 63 0 63 324 134 31
Binary 101 111101 1111100 1100000 110011 0 110011 11010100 1011100 11001

Color Harmonies of #053D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D7C

Black with #053D7C

Text Example


Text Example

White with #053D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,124); }

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

background-color css

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

 a { background-color: rgb(5,61,124); }

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

border-color css

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

 span { border-color: rgb(5,61,124); }

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