Html Css Color HEX #09318B Smalt

📋 copy color: '#09318B'

red 9 ◦ green 49 ◦ blue 139

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

Shades of Smalt #09318B

Tints of Smalt #09318B

RGB

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

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

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

R = 4.57%
G = 24.87%
B = 70.56%

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

#09318B (or 0x09318B) is known color: Smalt. HEX triplet: 09, 31 and 8B. RGB value is (9,49,139). Sum of RGB (Red+Green+Blue) = 9+49+139=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #09318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09318B is #F6CE74. Grayscale: #2E2E2E. Windows color (decimal): -16174709 or 9122057. OLE color: 9122057.

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

Color convert

RGB 9 49 139 -
CMYK 0.94 0.65 0 0.45
HSL 221.54º 0.88% 0.29% -
HSV(B) 221.54º 0.94% 0.55% -
XYZ 5.87 4.12 24.91 -
YUV 47.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 9 49 139 0.94 0.65 0 0.45 221.54 0.88 0.29
Hex 9 31 8B 5E 41 0 2D DE 58 1D
Octal 11 61 213 136 101 0 55 336 130 35
Binary 1001 110001 10001011 1011110 1000001 0 101101 11011110 1011000 11101

Color Harmonies of #09318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09318B

Black with #09318B

Text Example


Text Example

White with #09318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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