Html Css Color HEX #053A7D Dark Cerulean

📋 copy color: '#053A7D'

red 5 ◦ green 58 ◦ blue 125

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

Shades of Dark Cerulean #053A7D

Tints of Dark Cerulean #053A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 2.66%
G = 30.85%
B = 66.49%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053A7D (or 0x053A7D) is known color: Dark Cerulean. HEX triplet: 05, 3A and 7D. RGB value is (5,58,125). Sum of RGB (Red+Green+Blue) = 5+58+125=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #053A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A7D is #FAC582. Grayscale: #313131. Windows color (decimal): -16434563 or 8206853. OLE color: 8206853.

HSL color Cylindrical-coordinate representation of color #053A7D: hue angle of 213.5º 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 #053A7D is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 58 125 -
CMYK 0.96 0.54 0 0.51
HSL 213.5º 0.92% 0.25% -
HSV(B) 213.5º 0.96% 0.49% -
XYZ 5.28 4.54 20 -
YUV 49.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 5 58 125 0.96 0.54 0 0.51 213.5 0.92 0.25
Hex 5 3A 7D 60 36 0 33 D6 5C 19
Octal 5 72 175 140 66 0 63 326 134 31
Binary 101 111010 1111101 1100000 110110 0 110011 11010110 1011100 11001

Color Harmonies of #053A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A7D

Black with #053A7D

Text Example


Text Example

White with #053A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,125); }

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

background-color css

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

 a { background-color: rgb(5,58,125); }

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

border-color css

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

 span { border-color: rgb(5,58,125); }

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