Html Css Color HEX #092095 Smalt

📋 copy color: '#092095'

red 9 ◦ green 32 ◦ blue 149

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

Shades of Smalt #092095

Tints of Smalt #092095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 4.74%
G = 16.84%
B = 78.42%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092095 (or 0x092095) is known color: Smalt. HEX triplet: 09, 20 and 95. RGB value is (9,32,149). Sum of RGB (Red+Green+Blue) = 9+32+149=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #092095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092095 is #F6DF6A. Grayscale: #252525. Windows color (decimal): -16179051 or 9773065. OLE color: 9773065.

HSL color Cylindrical-coordinate representation of color #092095: hue angle of 230.14º degrees, saturation: 0.89, 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 #092095 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 32 149 -
CMYK 0.94 0.79 0 0.42
HSL 230.14º 0.89% 0.31% -
HSV(B) 230.14º 0.94% 0.58% -
XYZ 6.05 3.26 28.74 -
YUV 38.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 9 32 149 0.94 0.79 0 0.42 230.14 0.89 0.31
Hex 9 20 95 5E 4F 0 2A E6 59 1F
Octal 11 40 225 136 117 0 52 346 131 37
Binary 1001 100000 10010101 1011110 1001111 0 101010 11100110 1011001 11111

Color Harmonies of #092095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092095

Black with #092095

Text Example


Text Example

White with #092095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092095; }

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

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

background-color css

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

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

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

border-color css

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

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

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