#092A88

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

Shades of Smalt #092A88

Tints of Smalt #092A88

Color information

#092A88 (or 0x092A88) is unknown color: approx Smalt. HEX triplet: 09, 2A and 88. RGB value is (9,42,136). Sum of RGB (Red+Green+Blue) = 9+42+136=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #092A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A88 is #F6D577. Grayscale: #2A2A2A. Windows color (decimal): -16176504 or 8923657. OLE color: 8923657.

HSL color Cylindrical-coordinate representation of color #092A88: hue angle of 224.41º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092A88 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB942136-
CMYK0.930.6900.47
HSL224.41º87.59%28.43%-
HSV(B)224.41º93.38%53.33%-
XYZ5.383.4923.68-
YUV42.85180.57103.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 136 (53.52% from 255) = 72.73%
R=4.81%
G=22.46%
B=72.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9421360.930.6900.47224.4187.5928.43
Hex92A885D4502Fe0581c
Octal115221013510505734013034
Binary10011010101000100010111011000101010111111100000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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