#092462

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

Shades of Sapphire #092462

Tints of Sapphire #092462

Color information

#092462 (or 0x092462) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 62. RGB value is (9,36,98). Sum of RGB (Red+Green+Blue) = 9+36+98=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #092462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092462 is #F6DB9D. Grayscale: #222222. Windows color (decimal): -16178078 or 6431753. OLE color: 6431753.

HSL color Cylindrical-coordinate representation of color #092462: hue angle of 221.8º 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 #092462 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93698-
CMYK0.910.6300.62
HSL221.8º83.18%20.98%-
HSV(B)221.8º90.82%38.43%-
XYZ2.952.211.82-
YUV34.99163.55109.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=6.29%
G=25.17%
B=68.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal936980.910.6300.62221.883.1820.98
Hex924625B3F03Ede5315
Octal11441421337707633612325
Binary100110010011000101011011111111011111011011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092462; }

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

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

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

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

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

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

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

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