Html Css Color HEX #09319B Smalt

📋 copy color: '#09319B'

red 9 ◦ green 49 ◦ blue 155

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

Shades of Smalt #09319B

Tints of Smalt #09319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 155 (60.94% from 255) = 72.77%

R = 4.23%
G = 23%
B = 72.77%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09319B (or 0x09319B) is known color: Smalt. HEX triplet: 09, 31 and 9B. RGB value is (9,49,155). Sum of RGB (Red+Green+Blue) = 9+49+155=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #09319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09319B is #F6CE64. Grayscale: #303030. Windows color (decimal): -16174693 or 10170633. OLE color: 10170633.

HSL color Cylindrical-coordinate representation of color #09319B: hue angle of 223.56º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09319B is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 49 155 -
CMYK 0.94 0.68 0 0.39
HSL 223.56º 0.89% 0.32% -
HSV(B) 223.56º 0.94% 0.61% -
XYZ 7.13 4.62 31.53 -
YUV 49.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 9 49 155 0.94 0.68 0 0.39 223.56 0.89 0.32
Hex 9 31 9B 5E 44 0 27 E0 59 20
Octal 11 61 233 136 104 0 47 340 131 40
Binary 1001 110001 10011011 1011110 1000100 0 100111 11100000 1011001 100000

Color Harmonies of #09319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09319B

Black with #09319B

Text Example


Text Example

White with #09319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,49,155); }

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

background-color css

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

 a { background-color: rgb(9,49,155); }

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

border-color css

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

 span { border-color: rgb(9,49,155); }

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