Html Css Color HEX #09298C Smalt

📋 copy color: '#09298C'

red 9 ◦ green 41 ◦ blue 140

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

Shades of Smalt #09298C

Tints of Smalt #09298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 4.74%
G = 21.58%
B = 73.68%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09298C (or 0x09298C) is known color: Smalt. HEX triplet: 09, 29 and 8C. RGB value is (9,41,140). Sum of RGB (Red+Green+Blue) = 9+41+140=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #09298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09298C is #F6D673. Grayscale: #2A2A2A. Windows color (decimal): -16176756 or 9185545. OLE color: 9185545.

HSL color Cylindrical-coordinate representation of color #09298C: hue angle of 225.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09298C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 41 140 -
CMYK 0.94 0.71 0 0.45
HSL 225.34º 0.88% 0.29% -
HSV(B) 225.34º 0.94% 0.55% -
XYZ 5.64 3.54 25.2 -
YUV 42.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 9 41 140 0.94 0.71 0 0.45 225.34 0.88 0.29
Hex 9 29 8C 5E 47 0 2D E1 58 1D
Octal 11 51 214 136 107 0 55 341 130 35
Binary 1001 101001 10001100 1011110 1000111 0 101101 11100001 1011000 11101

Color Harmonies of #09298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09298C

Black with #09298C

Text Example


Text Example

White with #09298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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