#092165

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

Shades of Sapphire #092165

Tints of Sapphire #092165

Color information

#092165 (or 0x092165) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 65. RGB value is (9,33,101). Sum of RGB (Red+Green+Blue) = 9+33+101=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #092165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092165 is #F6DE9A. Grayscale: #212121. Windows color (decimal): -16178843 or 6627593. OLE color: 6627593.

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

Color convert

RGB933101-
CMYK0.910.6700.60
HSL224.35º83.64%21.57%-
HSV(B)224.35º91.09%39.61%-
XYZ3.012.0912.56-
YUV33.58166.05110.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=6.29%
G=23.08%
B=70.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9331010.910.6700.60224.3583.6421.57
Hex921655B4303Ce05416
Octal114114513310307434012426
Binary1001100001110010110110111000011011110011100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092165; }

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

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

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

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

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

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

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

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