Html Css Color HEX #092093 Smalt

📋 copy color: '#092093'

red 9 ◦ green 32 ◦ blue 147

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

Shades of Smalt #092093

Tints of Smalt #092093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 4.79%
G = 17.02%
B = 78.19%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092093 (or 0x092093) is known color: Smalt. HEX triplet: 09, 20 and 93. RGB value is (9,32,147). Sum of RGB (Red+Green+Blue) = 9+32+147=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #092093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092093 is #F6DF6C. Grayscale: #252525. Windows color (decimal): -16179053 or 9641993. OLE color: 9641993.

HSL color Cylindrical-coordinate representation of color #092093: hue angle of 230º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092093 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 32 147 -
CMYK 0.94 0.78 0 0.42
HSL 230º 0.88% 0.31% -
HSV(B) 230º 0.94% 0.58% -
XYZ 5.9 3.2 27.91 -
YUV 38.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 9 32 147 0.94 0.78 0 0.42 230 0.88 0.31
Hex 9 20 93 5E 4E 0 2A E6 58 1F
Octal 11 40 223 136 116 0 52 346 130 37
Binary 1001 100000 10010011 1011110 1001110 0 101010 11100110 1011000 11111

Color Harmonies of #092093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092093

Black with #092093

Text Example


Text Example

White with #092093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092093; }

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

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

background-color css

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

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

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

border-color css

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

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

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