Html Css Color HEX #09348E Smalt

📋 copy color: '#09348E'

red 9 ◦ green 52 ◦ blue 142

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

Shades of Smalt #09348E

Tints of Smalt #09348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 142 (55.86% from 255) = 69.95%

R = 4.43%
G = 25.62%
B = 69.95%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09348E (or 0x09348E) is known color: Smalt. HEX triplet: 09, 34 and 8E. RGB value is (9,52,142). Sum of RGB (Red+Green+Blue) = 9+52+142=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #09348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09348E is #F6CB71. Grayscale: #313131. Windows color (decimal): -16173938 or 9319433. OLE color: 9319433.

HSL color Cylindrical-coordinate representation of color #09348E: hue angle of 220.6º 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 #09348E is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 52 142 -
CMYK 0.94 0.63 0 0.44
HSL 220.6º 0.88% 0.3% -
HSV(B) 220.6º 0.94% 0.56% -
XYZ 6.22 4.47 26.13 -
YUV 49.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 9 52 142 0.94 0.63 0 0.44 220.6 0.88 0.3
Hex 9 34 8E 5E 3F 0 2C DD 58 1E
Octal 11 64 216 136 77 0 54 335 130 36
Binary 1001 110100 10001110 1011110 111111 0 101100 11011101 1011000 11110

Color Harmonies of #09348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09348E

Black with #09348E

Text Example


Text Example

White with #09348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09348E; }

 p { color: rgb(9,52,142); }

 H1.HeaderClassName
 {
   color: #09348E;
 }
 .AnyTagClassName
 {
   color: #09348E;
 }
</style>

background-color css

<style>
 a { background-color: #09348E; }

 a { background-color: rgb(9,52,142); }

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

border-color css

<style>
 span { border-color: #09348E; }

 span { border-color: rgb(9,52,142); }

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