#092163

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

Shades of Sapphire #092163

Tints of Sapphire #092163

Color information

#092163 (or 0x092163) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 63. RGB value is (9,33,99). Sum of RGB (Red+Green+Blue) = 9+33+99=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #092163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092163 is #F6DE9C. Grayscale: #212121. Windows color (decimal): -16178845 or 6496521. OLE color: 6496521.

HSL color Cylindrical-coordinate representation of color #092163: hue angle of 224º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092163 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB93399-
CMYK0.910.6700.61
HSL224º83.33%21.18%-
HSV(B)224º90.91%38.82%-
XYZ2.912.0512.05-
YUV33.35165.05110.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 99 (39.06% from 255) = 70.21%
R=6.38%
G=23.40%
B=70.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal933990.910.6700.6122483.3321.18
Hex921635B4303De05315
Octal114114313310307534012325
Binary1001100001110001110110111000011011110111100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092163; }

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

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

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

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

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

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

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

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