Html Css Color HEX #09409B Smalt

📋 copy color: '#09409B'

red 9 ◦ green 64 ◦ blue 155

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

Shades of Smalt #09409B

Tints of Smalt #09409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 3.95%
G = 28.07%
B = 67.98%

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

#09409B (or 0x09409B) is known color: Smalt. HEX triplet: 09, 40 and 9B. RGB value is (9,64,155). Sum of RGB (Red+Green+Blue) = 9+64+155=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #09409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09409B is #F6BF64. Grayscale: #393939. Windows color (decimal): -16170853 or 10174473. OLE color: 10174473.

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

Color convert

RGB 9 64 155 -
CMYK 0.94 0.59 0 0.39
HSL 217.4º 0.89% 0.32% -
HSV(B) 217.4º 0.94% 0.61% -
XYZ 7.86 6.09 31.77 -
YUV 57.93 182.78 93.1 -
System Red Green Blue C M Y K H S L
Decimal 9 64 155 0.94 0.59 0 0.39 217.4 0.89 0.32
Hex 9 40 9B 5E 3B 0 27 D9 59 20
Octal 11 100 233 136 73 0 47 331 131 40
Binary 1001 1000000 10011011 1011110 111011 0 100111 11011001 1011001 100000

Color Harmonies of #09409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09409B

Black with #09409B

Text Example


Text Example

White with #09409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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