Html Css Color HEX #09329D Smalt

📋 copy color: '#09329D'

red 9 ◦ green 50 ◦ blue 157

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

Shades of Smalt #09329D

Tints of Smalt #09329D

RGB

 RED value IS 9 (3.91% from 255) = 4.17%

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

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

R = 4.17%
G = 23.15%
B = 72.69%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09329D (or 0x09329D) is known color: Smalt. HEX triplet: 09, 32 and 9D. RGB value is (9,50,157). Sum of RGB (Red+Green+Blue) = 9+50+157=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #09329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09329D is #F6CD62. Grayscale: #313131. Windows color (decimal): -16174435 or 10301961. OLE color: 10301961.

HSL color Cylindrical-coordinate representation of color #09329D: hue angle of 223.38º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09329D is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 50 157 -
CMYK 0.94 0.68 0 0.38
HSL 223.38º 0.89% 0.33% -
HSV(B) 223.38º 0.94% 0.62% -
XYZ 7.34 4.77 32.43 -
YUV 49.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 9 50 157 0.94 0.68 0 0.38 223.38 0.89 0.33
Hex 9 32 9D 5E 44 0 26 DF 59 21
Octal 11 62 235 136 104 0 46 337 131 41
Binary 1001 110010 10011101 1011110 1000100 0 100110 11011111 1011001 100001

Color Harmonies of #09329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09329D

Black with #09329D

Text Example


Text Example

White with #09329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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