#092653

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

Shades of Sapphire #092653

Tints of Sapphire #092653

Color information

#092653 (or 0x092653) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 53. RGB value is (9,38,83). Sum of RGB (Red+Green+Blue) = 9+38+83=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #092653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092653 is #F6D9AC. Grayscale: #222222. Windows color (decimal): -16177581 or 5449225. OLE color: 5449225.

HSL color Cylindrical-coordinate representation of color #092653: hue angle of 216.49º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092653 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB93883-
CMYK0.890.5400.67
HSL216.49º80.43%18.04%-
HSV(B)216.49º89.16%32.55%-
XYZ2.372.078.46-
YUV34.46155.39109.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=6.92%
G=29.23%
B=63.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal938830.890.5400.67216.4980.4318.04
Hex926535936043d85012
Octal114612313166010333012022
Binary1001100110101001110110011101100100001111011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092653; }

 p { color: rgb(9,38,83); }

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

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

 a { background-color: rgb(9,38,83); }

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

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

 span { border-color: rgb(9,38,83); }

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