Html Css Color HEX #053A7C Dark Cerulean

📋 copy color: '#053A7C'

red 5 ◦ green 58 ◦ blue 124

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

Shades of Dark Cerulean #053A7C

Tints of Dark Cerulean #053A7C

RGB

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

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

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

R = 2.67%
G = 31.02%
B = 66.31%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053A7C (or 0x053A7C) is known color: Dark Cerulean. HEX triplet: 05, 3A and 7C. RGB value is (5,58,124). Sum of RGB (Red+Green+Blue) = 5+58+124=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #053A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A7C is #FAC583. Grayscale: #313131. Windows color (decimal): -16434564 or 8141317. OLE color: 8141317.

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

Color convert

RGB 5 58 124 -
CMYK 0.96 0.53 0 0.51
HSL 213.28º 0.92% 0.25% -
HSV(B) 213.28º 0.96% 0.49% -
XYZ 5.21 4.51 19.67 -
YUV 49.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 5 58 124 0.96 0.53 0 0.51 213.28 0.92 0.25
Hex 5 3A 7C 60 35 0 33 D5 5C 19
Octal 5 72 174 140 65 0 63 325 134 31
Binary 101 111010 1111100 1100000 110101 0 110011 11010101 1011100 11001

Color Harmonies of #053A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A7C

Black with #053A7C

Text Example


Text Example

White with #053A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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