Html Css Color HEX #05329D Smalt

📋 copy color: '#05329D'

red 5 ◦ green 50 ◦ blue 157

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

Shades of Smalt #05329D

Tints of Smalt #05329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 157 (61.72% from 255) = 74.06%

R = 2.36%
G = 23.58%
B = 74.06%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05329D (or 0x05329D) is known color: Smalt. HEX triplet: 05, 32 and 9D. RGB value is (5,50,157). Sum of RGB (Red+Green+Blue) = 5+50+157=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #05329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05329D is #FACD62. Grayscale: #303030. Windows color (decimal): -16436579 or 10301957. OLE color: 10301957.

HSL color Cylindrical-coordinate representation of color #05329D: hue angle of 222.24º 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 #05329D is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 50 157 -
CMYK 0.97 0.68 0 0.38
HSL 222.24º 0.94% 0.32% -
HSV(B) 222.24º 0.97% 0.62% -
XYZ 7.29 4.75 32.43 -
YUV 48.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 5 50 157 0.97 0.68 0 0.38 222.24 0.94 0.32
Hex 5 32 9D 61 44 0 26 DE 5E 20
Octal 5 62 235 141 104 0 46 336 136 40
Binary 101 110010 10011101 1100001 1000100 0 100110 11011110 1011110 100000

Color Harmonies of #05329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05329D

Black with #05329D

Text Example


Text Example

White with #05329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05329D; }

 p { color: rgb(5,50,157); }

 H1.HeaderClassName
 {
   color: #05329D;
 }
 .AnyTagClassName
 {
   color: #05329D;
 }
</style>

background-color css

<style>
 a { background-color: #05329D; }

 a { background-color: rgb(5,50,157); }

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

border-color css

<style>
 span { border-color: #05329D; }

 span { border-color: rgb(5,50,157); }

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