Html Css Color HEX #09298E Smalt

📋 copy color: '#09298E'

red 9 ◦ green 41 ◦ blue 142

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

Shades of Smalt #09298E

Tints of Smalt #09298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 4.69%
G = 21.35%
B = 73.96%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09298E (or 0x09298E) is known color: Smalt. HEX triplet: 09, 29 and 8E. RGB value is (9,41,142). Sum of RGB (Red+Green+Blue) = 9+41+142=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #09298E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09298E is #F6D671. Grayscale: #2A2A2A. Windows color (decimal): -16176754 or 9316617. OLE color: 9316617.

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

Color convert

RGB 9 41 142 -
CMYK 0.94 0.71 0 0.44
HSL 225.56º 0.88% 0.3% -
HSV(B) 225.56º 0.94% 0.56% -
XYZ 5.79 3.6 25.98 -
YUV 42.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 9 41 142 0.94 0.71 0 0.44 225.56 0.88 0.3
Hex 9 29 8E 5E 47 0 2C E2 58 1E
Octal 11 51 216 136 107 0 54 342 130 36
Binary 1001 101001 10001110 1011110 1000111 0 101100 11100010 1011000 11110

Color Harmonies of #09298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09298E

Black with #09298E

Text Example


Text Example

White with #09298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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