#092F8E

Color #092F8E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #092F8E

Tints of Smalt #092F8E

Color information

#092F8E (or 0x092F8E) is unknown color: approx Smalt. HEX triplet: 09, 2F and 8E. RGB value is (9,47,142). Sum of RGB (Red+Green+Blue) = 9+47+142=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #092F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F8E is #F6D071. Grayscale: #2E2E2E. Windows color (decimal): -16175218 or 9318153. OLE color: 9318153.

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

Color convert

RGB947142-
CMYK0.940.6700.44
HSL222.86º88.08%29.61%-
HSV(B)222.86º93.66%55.69%-
XYZ6.014.0426.05-
YUV46.47181.91101.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.55%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 142 (55.86% from 255) = 71.72%
R=4.55%
G=23.74%
B=71.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9471420.940.6700.44222.8688.0829.61
Hex92F8E5E4302Cdf581e
Octal115721613610305433713036
Binary10011011111000111010111101000011010110011011111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092F8E; }

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

 H1.HeaderClassName
 {
   color: #092F8E;
 }
 .AnyTagClassName
 {
   color: #092F8E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #092F8E;
 }
 .BgClassName
 {
   background-color: #092F8E;
 }
</style>
border-color css

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

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

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