#09265D

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

Shades of Sapphire #09265D

Tints of Sapphire #09265D

Color information

#09265D (or 0x09265D) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 5D. RGB value is (9,38,93). Sum of RGB (Red+Green+Blue) = 9+38+93=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #09265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265D is #F6D9A2. Grayscale: #232323. Windows color (decimal): -16177571 or 6104585. OLE color: 6104585.

HSL color Cylindrical-coordinate representation of color #09265D: hue angle of 219.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09265D is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93893-
CMYK0.900.5900.64
HSL219.29º82.35%20%-
HSV(B)219.29º90.32%36.47%-
XYZ2.782.2310.64-
YUV35.6160.39109.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=6.43%
G=27.14%
B=66.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal938930.900.5900.64219.2982.3520
Hex9265D5A3B040db5214
Octal114613513273010033312224
Binary1001100110101110110110101110110100000011011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09265D; }

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

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

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

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

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

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

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

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