Html Css Color HEX #09318C Smalt

📋 copy color: '#09318C'

red 9 ◦ green 49 ◦ blue 140

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

Shades of Smalt #09318C

Tints of Smalt #09318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70.71%

R = 4.55%
G = 24.75%
B = 70.71%

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

#09318C (or 0x09318C) is known color: Smalt. HEX triplet: 09, 31 and 8C. RGB value is (9,49,140). Sum of RGB (Red+Green+Blue) = 9+49+140=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #09318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09318C is #F6CE73. Grayscale: #2F2F2F. Windows color (decimal): -16174708 or 9187593. OLE color: 9187593.

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

Color convert

RGB 9 49 140 -
CMYK 0.94 0.65 0 0.45
HSL 221.68º 0.88% 0.29% -
HSV(B) 221.68º 0.94% 0.55% -
XYZ 5.94 4.15 25.3 -
YUV 47.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 9 49 140 0.94 0.65 0 0.45 221.68 0.88 0.29
Hex 9 31 8C 5E 41 0 2D DE 58 1D
Octal 11 61 214 136 101 0 55 336 130 35
Binary 1001 110001 10001100 1011110 1000001 0 101101 11011110 1011000 11101

Color Harmonies of #09318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09318C

Black with #09318C

Text Example


Text Example

White with #09318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09318C; }

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

 H1.HeaderClassName
 {
   color: #09318C;
 }
 .AnyTagClassName
 {
   color: #09318C;
 }
</style>

background-color css

<style>
 a { background-color: #09318C; }

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

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

border-color css

<style>
 span { border-color: #09318C; }

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

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