#092E8D

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

Shades of Smalt #092E8D

Tints of Smalt #092E8D

Color information

#092E8D (or 0x092E8D) is unknown color: approx Smalt. HEX triplet: 09, 2E and 8D. RGB value is (9,46,141). Sum of RGB (Red+Green+Blue) = 9+46+141=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #092E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E8D is #F6D172. Grayscale: #2D2D2D. Windows color (decimal): -16175475 or 9252361. OLE color: 9252361.

HSL color Cylindrical-coordinate representation of color #092E8D: hue angle of 223.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092E8D is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB946141-
CMYK0.940.6700.45
HSL223.18º88%29.41%-
HSV(B)223.18º93.62%55.29%-
XYZ5.93.9425.65-
YUV45.77181.74101.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 141 (55.47% from 255) = 71.94%
R=4.59%
G=23.47%
B=71.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9461410.940.6700.45223.188829.41
Hex92E8D5E4302Ddf581d
Octal115621513610305533713035
Binary10011011101000110110111101000011010110111011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,46,141); }

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

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

 a { background-color: rgb(9,46,141); }

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

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

 span { border-color: rgb(9,46,141); }

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