Html Css Color HEX #09409C Smalt

📋 copy color: '#09409C'

red 9 ◦ green 64 ◦ blue 156

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

Shades of Smalt #09409C

Tints of Smalt #09409C

RGB

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

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

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

R = 3.93%
G = 27.95%
B = 68.12%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09409C (or 0x09409C) is known color: Smalt. HEX triplet: 09, 40 and 9C. RGB value is (9,64,156). Sum of RGB (Red+Green+Blue) = 9+64+156=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #09409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09409C is #F6BF63. Grayscale: #393939. Windows color (decimal): -16170852 or 10240009. OLE color: 10240009.

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

Color convert

RGB 9 64 156 -
CMYK 0.94 0.59 0 0.39
HSL 217.55º 0.89% 0.32% -
HSV(B) 217.55º 0.94% 0.61% -
XYZ 7.95 6.13 32.22 -
YUV 58.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 9 64 156 0.94 0.59 0 0.39 217.55 0.89 0.32
Hex 9 40 9C 5E 3B 0 27 DA 59 20
Octal 11 100 234 136 73 0 47 332 131 40
Binary 1001 1000000 10011100 1011110 111011 0 100111 11011010 1011001 100000

Color Harmonies of #09409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09409C

Black with #09409C

Text Example


Text Example

White with #09409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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