Html Css Color HEX #09349D Smalt

📋 copy color: '#09349D'

red 9 ◦ green 52 ◦ blue 157

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

Shades of Smalt #09349D

Tints of Smalt #09349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 4.13%
G = 23.85%
B = 72.02%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09349D (or 0x09349D) is known color: Smalt. HEX triplet: 09, 34 and 9D. RGB value is (9,52,157). Sum of RGB (Red+Green+Blue) = 9+52+157=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #09349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09349D is #F6CB62. Grayscale: #323232. Windows color (decimal): -16173923 or 10302473. OLE color: 10302473.

HSL color Cylindrical-coordinate representation of color #09349D: hue angle of 222.57º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09349D is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 52 157 -
CMYK 0.94 0.67 0 0.38
HSL 222.57º 0.89% 0.33% -
HSV(B) 222.57º 0.94% 0.62% -
XYZ 7.43 4.95 32.46 -
YUV 51.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 9 52 157 0.94 0.67 0 0.38 222.57 0.89 0.33
Hex 9 34 9D 5E 43 0 26 DF 59 21
Octal 11 64 235 136 103 0 46 337 131 41
Binary 1001 110100 10011101 1011110 1000011 0 100110 11011111 1011001 100001

Color Harmonies of #09349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09349D

Black with #09349D

Text Example


Text Example

White with #09349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,52,157); }

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

background-color css

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

 a { background-color: rgb(9,52,157); }

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

border-color css

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

 span { border-color: rgb(9,52,157); }

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