Html Css Color HEX #05329F Smalt

📋 copy color: '#05329F'

red 5 ◦ green 50 ◦ blue 159

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

Shades of Smalt #05329F

Tints of Smalt #05329F

RGB

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

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

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

R = 2.34%
G = 23.36%
B = 74.3%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05329F (or 0x05329F) is known color: Smalt. HEX triplet: 05, 32 and 9F. RGB value is (5,50,159). Sum of RGB (Red+Green+Blue) = 5+50+159=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #05329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05329F is #FACD60. Grayscale: #303030. Windows color (decimal): -16436577 or 10433029. OLE color: 10433029.

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

Color convert

RGB 5 50 159 -
CMYK 0.97 0.69 0 0.38
HSL 222.47º 0.94% 0.32% -
HSV(B) 222.47º 0.97% 0.62% -
XYZ 7.46 4.82 33.34 -
YUV 48.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 5 50 159 0.97 0.69 0 0.38 222.47 0.94 0.32
Hex 5 32 9F 61 45 0 26 DE 5E 20
Octal 5 62 237 141 105 0 46 336 136 40
Binary 101 110010 10011111 1100001 1000101 0 100110 11011110 1011110 100000

Color Harmonies of #05329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05329F

Black with #05329F

Text Example


Text Example

White with #05329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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