Html Css Color HEX #053A7A Dark Cerulean

📋 copy color: '#053A7A'

red 5 ◦ green 58 ◦ blue 122

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

Shades of Dark Cerulean #053A7A

Tints of Dark Cerulean #053A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 65.95%

R = 2.7%
G = 31.35%
B = 65.95%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#053A7A (or 0x053A7A) is known color: Dark Cerulean. HEX triplet: 05, 3A and 7A. RGB value is (5,58,122). Sum of RGB (Red+Green+Blue) = 5+58+122=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #053A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A7A is #FAC585. Grayscale: #313131. Windows color (decimal): -16434566 or 8010245. OLE color: 8010245.

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

Color convert

RGB 5 58 122 -
CMYK 0.96 0.52 0 0.52
HSL 212.82º 0.92% 0.25% -
HSV(B) 212.82º 0.96% 0.48% -
XYZ 5.09 4.46 19.01 -
YUV 49.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 5 58 122 0.96 0.52 0 0.52 212.82 0.92 0.25
Hex 5 3A 7A 60 34 0 34 D5 5C 19
Octal 5 72 172 140 64 0 64 325 134 31
Binary 101 111010 1111010 1100000 110100 0 110100 11010101 1011100 11001

Color Harmonies of #053A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A7A

Black with #053A7A

Text Example


Text Example

White with #053A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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