Html Css Color HEX #09328B Smalt

📋 copy color: '#09328B'

red 9 ◦ green 50 ◦ blue 139

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

Shades of Smalt #09328B

Tints of Smalt #09328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 4.55%
G = 25.25%
B = 70.2%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09328B (or 0x09328B) is known color: Smalt. HEX triplet: 09, 32 and 8B. RGB value is (9,50,139). Sum of RGB (Red+Green+Blue) = 9+50+139=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #09328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09328B is #F6CD74. Grayscale: #2F2F2F. Windows color (decimal): -16174453 or 9122313. OLE color: 9122313.

HSL color Cylindrical-coordinate representation of color #09328B: hue angle of 221.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09328B is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 50 139 -
CMYK 0.94 0.64 0 0.45
HSL 221.08º 0.88% 0.29% -
HSV(B) 221.08º 0.94% 0.55% -
XYZ 5.91 4.2 24.93 -
YUV 47.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 9 50 139 0.94 0.64 0 0.45 221.08 0.88 0.29
Hex 9 32 8B 5E 40 0 2D DD 58 1D
Octal 11 62 213 136 100 0 55 335 130 35
Binary 1001 110010 10001011 1011110 1000000 0 101101 11011101 1011000 11101

Color Harmonies of #09328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09328B

Black with #09328B

Text Example


Text Example

White with #09328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09328B; }

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

 H1.HeaderClassName
 {
   color: #09328B;
 }
 .AnyTagClassName
 {
   color: #09328B;
 }
</style>

background-color css

<style>
 a { background-color: #09328B; }

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

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

border-color css

<style>
 span { border-color: #09328B; }

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

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