#09265C

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

Shades of Sapphire #09265C

Tints of Sapphire #09265C

Color information

#09265C (or 0x09265C) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 5C. RGB value is (9,38,92). Sum of RGB (Red+Green+Blue) = 9+38+92=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #09265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265C is #F6D9A3. Grayscale: #232323. Windows color (decimal): -16177572 or 6039049. OLE color: 6039049.

HSL color Cylindrical-coordinate representation of color #09265C: hue angle of 219.04º 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 #09265C is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93892-
CMYK0.900.5900.64
HSL219.04º82.18%19.8%-
HSV(B)219.04º90.22%36.08%-
XYZ2.742.2210.41-
YUV35.48159.89109.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=6.47%
G=27.34%
B=66.19%

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
Decimal938920.900.5900.64219.0482.1819.8
Hex9265C5A3B040db5214
Octal114613413273010033312224
Binary1001100110101110010110101110110100000011011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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