Html Css Color HEX #09309C Smalt

📋 copy color: '#09309C'

red 9 ◦ green 48 ◦ blue 156

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

Shades of Smalt #09309C

Tints of Smalt #09309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 4.23%
G = 22.54%
B = 73.24%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09309C (or 0x09309C) is known color: Smalt. HEX triplet: 09, 30 and 9C. RGB value is (9,48,156). Sum of RGB (Red+Green+Blue) = 9+48+156=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #09309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09309C is #F6CF63. Grayscale: #303030. Windows color (decimal): -16174948 or 10235913. OLE color: 10235913.

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

Color convert

RGB 9 48 156 -
CMYK 0.94 0.69 0 0.39
HSL 224.08º 0.89% 0.32% -
HSV(B) 224.08º 0.94% 0.61% -
XYZ 7.17 4.57 31.96 -
YUV 48.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 9 48 156 0.94 0.69 0 0.39 224.08 0.89 0.32
Hex 9 30 9C 5E 45 0 27 E0 59 20
Octal 11 60 234 136 105 0 47 340 131 40
Binary 1001 110000 10011100 1011110 1000101 0 100111 11100000 1011001 100000

Color Harmonies of #09309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09309C

Black with #09309C

Text Example


Text Example

White with #09309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,48,156); }

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

background-color css

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

 a { background-color: rgb(9,48,156); }

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

border-color css

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

 span { border-color: rgb(9,48,156); }

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