Html Css Color HEX #09328D Smalt

📋 copy color: '#09328D'

red 9 ◦ green 50 ◦ blue 141

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

Shades of Smalt #09328D

Tints of Smalt #09328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 4.5%
G = 25%
B = 70.5%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09328D (or 0x09328D) is known color: Smalt. HEX triplet: 09, 32 and 8D. RGB value is (9,50,141). Sum of RGB (Red+Green+Blue) = 9+50+141=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #09328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09328D is #F6CD72. Grayscale: #2F2F2F. Windows color (decimal): -16174451 or 9253385. OLE color: 9253385.

HSL color Cylindrical-coordinate representation of color #09328D: hue angle of 221.36º 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 #09328D is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 50 141 -
CMYK 0.94 0.65 0 0.45
HSL 221.36º 0.88% 0.29% -
HSV(B) 221.36º 0.94% 0.55% -
XYZ 6.06 4.26 25.7 -
YUV 48.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 9 50 141 0.94 0.65 0 0.45 221.36 0.88 0.29
Hex 9 32 8D 5E 41 0 2D DD 58 1D
Octal 11 62 215 136 101 0 55 335 130 35
Binary 1001 110010 10001101 1011110 1000001 0 101101 11011101 1011000 11101

Color Harmonies of #09328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09328D

Black with #09328D

Text Example


Text Example

White with #09328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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