Html Css Color HEX #053C9F Smalt

📋 copy color: '#053C9F'

red 5 ◦ green 60 ◦ blue 159

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

Shades of Smalt #053C9F

Tints of Smalt #053C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 2.23%
G = 26.79%
B = 70.98%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#053C9F (or 0x053C9F) is known color: Smalt. HEX triplet: 05, 3C and 9F. RGB value is (5,60,159). Sum of RGB (Red+Green+Blue) = 5+60+159=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #053C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C9F is #FAC360. Grayscale: #363636. Windows color (decimal): -16434017 or 10435589. OLE color: 10435589.

HSL color Cylindrical-coordinate representation of color #053C9F: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053C9F is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 60 159 -
CMYK 0.97 0.62 0 0.38
HSL 218.57º 0.94% 0.32% -
HSV(B) 218.57º 0.97% 0.62% -
XYZ 7.94 5.77 33.5 -
YUV 54.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 5 60 159 0.97 0.62 0 0.38 218.57 0.94 0.32
Hex 5 3C 9F 61 3E 0 26 DB 5E 20
Octal 5 74 237 141 76 0 46 333 136 40
Binary 101 111100 10011111 1100001 111110 0 100110 11011011 1011110 100000

Color Harmonies of #053C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C9F

Black with #053C9F

Text Example


Text Example

White with #053C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,159); }

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

background-color css

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

 a { background-color: rgb(5,60,159); }

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

border-color css

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

 span { border-color: rgb(5,60,159); }

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