#092D8E

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

Shades of Smalt #092D8E

Tints of Smalt #092D8E

Color information

#092D8E (or 0x092D8E) is unknown color: approx Smalt. HEX triplet: 09, 2D and 8E. RGB value is (9,45,142). Sum of RGB (Red+Green+Blue) = 9+45+142=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #092D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D8E is #F6D271. Grayscale: #2C2C2C. Windows color (decimal): -16175730 or 9317641. OLE color: 9317641.

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

Color convert

RGB945142-
CMYK0.940.6800.44
HSL223.76º88.08%29.61%-
HSV(B)223.76º93.66%55.69%-
XYZ5.933.8926.03-
YUV45.29182.57102.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=4.59%
G=22.96%
B=72.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9451420.940.6800.44223.7688.0829.61
Hex92D8E5E4402Ce0581e
Octal115521613610405434013036
Binary10011011011000111010111101000100010110011100000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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