#092465

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

Shades of Sapphire #092465

Tints of Sapphire #092465

Color information

#092465 (or 0x092465) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 65. RGB value is (9,36,101). Sum of RGB (Red+Green+Blue) = 9+36+101=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #092465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092465 is #F6DB9A. Grayscale: #232323. Windows color (decimal): -16178075 or 6628361. OLE color: 6628361.

HSL color Cylindrical-coordinate representation of color #092465: hue angle of 222.39º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092465 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB936101-
CMYK0.910.6400.60
HSL222.39º83.64%21.57%-
HSV(B)222.39º91.09%39.61%-
XYZ3.092.2612.59-
YUV35.34165.05109.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 101 (39.84% from 255) = 69.18%
R=6.16%
G=24.66%
B=69.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9361010.910.6400.60222.3983.6421.57
Hex924655B4003Cde5416
Octal114414513310007433612426
Binary1001100100110010110110111000000011110011011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092465; }

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

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

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

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

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

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

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

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