#092953

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

Shades of Sapphire #092953

Tints of Sapphire #092953

Color information

#092953 (or 0x092953) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 53. RGB value is (9,41,83). Sum of RGB (Red+Green+Blue) = 9+41+83=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #092953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092953 is #F6D6AC. Grayscale: #242424. Windows color (decimal): -16176813 or 5449993. OLE color: 5449993.

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

Color convert

RGB94183-
CMYK0.890.5100.67
HSL214.05º80.43%18.04%-
HSV(B)214.05º89.16%32.55%-
XYZ2.472.278.49-
YUV36.22154.4108.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=6.77%
G=30.83%
B=62.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal941830.890.5100.67214.0580.4318.04
Hex929535933043d65012
Octal115112313163010332612022
Binary1001101001101001110110011100110100001111010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092953; }

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

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

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

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

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

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

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

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