Html Css Color HEX #053C9B Smalt

📋 copy color: '#053C9B'

red 5 ◦ green 60 ◦ blue 155

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

Shades of Smalt #053C9B

Tints of Smalt #053C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.45%

R = 2.27%
G = 27.27%
B = 70.45%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#053C9B (or 0x053C9B) is known color: Smalt. HEX triplet: 05, 3C and 9B. RGB value is (5,60,155). Sum of RGB (Red+Green+Blue) = 5+60+155=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #053C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C9B is #FAC364. Grayscale: #353535. Windows color (decimal): -16434021 or 10173445. OLE color: 10173445.

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

Color convert

RGB 5 60 155 -
CMYK 0.97 0.61 0 0.39
HSL 218º 0.94% 0.31% -
HSV(B) 218º 0.97% 0.61% -
XYZ 7.59 5.63 31.7 -
YUV 54.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 5 60 155 0.97 0.61 0 0.39 218 0.94 0.31
Hex 5 3C 9B 61 3D 0 27 DA 5E 1F
Octal 5 74 233 141 75 0 47 332 136 37
Binary 101 111100 10011011 1100001 111101 0 100111 11011010 1011110 11111

Color Harmonies of #053C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C9B

Black with #053C9B

Text Example


Text Example

White with #053C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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