#092A62

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

Shades of Sapphire #092A62

Tints of Sapphire #092A62

Color information

#092A62 (or 0x092A62) is unknown color: approx Sapphire. HEX triplet: 09, 2A and 62. RGB value is (9,42,98). Sum of RGB (Red+Green+Blue) = 9+42+98=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #092A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A62 is #F6D59D. Grayscale: #262626. Windows color (decimal): -16176542 or 6433289. OLE color: 6433289.

HSL color Cylindrical-coordinate representation of color #092A62: hue angle of 217.75º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092A62 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94298-
CMYK0.910.5700.62
HSL217.75º83.18%20.98%-
HSV(B)217.75º90.82%38.43%-
XYZ3.152.611.89-
YUV38.52161.57106.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=6.04%
G=28.19%
B=65.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal942980.910.5700.62217.7583.1820.98
Hex92A625B3903Eda5315
Octal11521421337107633212325
Binary100110101011000101011011111001011111011011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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