Html Css Color HEX #09409D Smalt

📋 copy color: '#09409D'

red 9 ◦ green 64 ◦ blue 157

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

Shades of Smalt #09409D

Tints of Smalt #09409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 3.91%
G = 27.83%
B = 68.26%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09409D (or 0x09409D) is known color: Smalt. HEX triplet: 09, 40 and 9D. RGB value is (9,64,157). Sum of RGB (Red+Green+Blue) = 9+64+157=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #09409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09409D is #F6BF62. Grayscale: #393939. Windows color (decimal): -16170851 or 10305545. OLE color: 10305545.

HSL color Cylindrical-coordinate representation of color #09409D: hue angle of 217.7º 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 #09409D is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 64 157 -
CMYK 0.94 0.59 0 0.38
HSL 217.7º 0.89% 0.33% -
HSV(B) 217.7º 0.94% 0.62% -
XYZ 8.03 6.16 32.66 -
YUV 58.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 9 64 157 0.94 0.59 0 0.38 217.7 0.89 0.33
Hex 9 40 9D 5E 3B 0 26 DA 59 21
Octal 11 100 235 136 73 0 46 332 131 41
Binary 1001 1000000 10011101 1011110 111011 0 100110 11011010 1011001 100001

Color Harmonies of #09409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09409D

Black with #09409D

Text Example


Text Example

White with #09409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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