Html Css Color HEX #09208A Smalt

📋 copy color: '#09208A'

red 9 ◦ green 32 ◦ blue 138

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

Shades of Smalt #09208A

Tints of Smalt #09208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 138 (54.3% from 255) = 77.09%

R = 5.03%
G = 17.88%
B = 77.09%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09208A (or 0x09208A) is known color: Smalt. HEX triplet: 09, 20 and 8A. RGB value is (9,32,138). Sum of RGB (Red+Green+Blue) = 9+32+138=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #09208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09208A is #F6DF75. Grayscale: #242424. Windows color (decimal): -16179062 or 9052169. OLE color: 9052169.

HSL color Cylindrical-coordinate representation of color #09208A: hue angle of 229.3º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09208A is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 32 138 -
CMYK 0.93 0.77 0 0.46
HSL 229.3º 0.88% 0.29% -
HSV(B) 229.3º 0.93% 0.54% -
XYZ 5.22 2.93 24.33 -
YUV 37.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 9 32 138 0.93 0.77 0 0.46 229.3 0.88 0.29
Hex 9 20 8A 5D 4D 0 2E E5 58 1D
Octal 11 40 212 135 115 0 56 345 130 35
Binary 1001 100000 10001010 1011101 1001101 0 101110 11100101 1011000 11101

Color Harmonies of #09208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09208A

Black with #09208A

Text Example


Text Example

White with #09208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09208A; }

 p { color: rgb(9,32,138); }

 H1.HeaderClassName
 {
   color: #09208A;
 }
 .AnyTagClassName
 {
   color: #09208A;
 }
</style>

background-color css

<style>
 a { background-color: #09208A; }

 a { background-color: rgb(9,32,138); }

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

border-color css

<style>
 span { border-color: #09208A; }

 span { border-color: rgb(9,32,138); }

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