Html Css Color HEX #09419D Smalt

📋 copy color: '#09419D'

red 9 ◦ green 65 ◦ blue 157

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

Shades of Smalt #09419D

Tints of Smalt #09419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 3.9%
G = 28.14%
B = 67.97%

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

#09419D (or 0x09419D) is known color: Smalt. HEX triplet: 09, 41 and 9D. RGB value is (9,65,157). Sum of RGB (Red+Green+Blue) = 9+65+157=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #09419D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09419D is #F6BE62. Grayscale: #3A3A3A. Windows color (decimal): -16170595 or 10305801. OLE color: 10305801.

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

Color convert

RGB 9 65 157 -
CMYK 0.94 0.59 0 0.38
HSL 217.3º 0.89% 0.33% -
HSV(B) 217.3º 0.94% 0.62% -
XYZ 8.09 6.27 32.68 -
YUV 58.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 9 65 157 0.94 0.59 0 0.38 217.3 0.89 0.33
Hex 9 41 9D 5E 3B 0 26 D9 59 21
Octal 11 101 235 136 73 0 46 331 131 41
Binary 1001 1000001 10011101 1011110 111011 0 100110 11011001 1011001 100001

Color Harmonies of #09419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09419D

Black with #09419D

Text Example


Text Example

White with #09419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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