#092A90

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

Shades of Smalt #092A90

Tints of Smalt #092A90

Color information

#092A90 (or 0x092A90) is unknown color: approx Smalt. HEX triplet: 09, 2A and 90. RGB value is (9,42,144). Sum of RGB (Red+Green+Blue) = 9+42+144=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #092A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A90 is #F6D56F. Grayscale: #2B2B2B. Windows color (decimal): -16176496 or 9447945. OLE color: 9447945.

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

Color convert

RGB942144-
CMYK0.940.7100.44
HSL225.33º88.24%30%-
HSV(B)225.33º93.75%56.47%-
XYZ5.973.7326.79-
YUV43.76184.57103.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 144 (56.64% from 255) = 73.85%
R=4.62%
G=21.54%
B=73.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9421440.940.7100.44225.3388.2430
Hex92A905E4702Ce1581e
Octal115222013610705434113036
Binary10011010101001000010111101000111010110011100001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,144); }

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

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

 a { background-color: rgb(9,42,144); }

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

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

 span { border-color: rgb(9,42,144); }

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