Html Css Color HEX #09408F Smalt

📋 copy color: '#09408F'

red 9 ◦ green 64 ◦ blue 143

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

Shades of Smalt #09408F

Tints of Smalt #09408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 66.2%

R = 4.17%
G = 29.63%
B = 66.2%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09408F (or 0x09408F) is known color: Smalt. HEX triplet: 09, 40 and 8F. RGB value is (9,64,143). Sum of RGB (Red+Green+Blue) = 9+64+143=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #09408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09408F is #F6BF70. Grayscale: #383838. Windows color (decimal): -16170865 or 9388041. OLE color: 9388041.

HSL color Cylindrical-coordinate representation of color #09408F: hue angle of 215.37º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09408F is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 64 143 -
CMYK 0.94 0.55 0 0.44
HSL 215.37º 0.88% 0.3% -
HSV(B) 215.37º 0.94% 0.56% -
XYZ 6.9 5.71 26.72 -
YUV 56.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 9 64 143 0.94 0.55 0 0.44 215.37 0.88 0.3
Hex 9 40 8F 5E 37 0 2C D7 58 1E
Octal 11 100 217 136 67 0 54 327 130 36
Binary 1001 1000000 10001111 1011110 110111 0 101100 11010111 1011000 11110

Color Harmonies of #09408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09408F

Black with #09408F

Text Example


Text Example

White with #09408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09408F; }

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

 H1.HeaderClassName
 {
   color: #09408F;
 }
 .AnyTagClassName
 {
   color: #09408F;
 }
</style>

background-color css

<style>
 a { background-color: #09408F; }

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

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

border-color css

<style>
 span { border-color: #09408F; }

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

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