#09255D

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

Shades of Sapphire #09255D

Tints of Sapphire #09255D

Color information

#09255D (or 0x09255D) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 5D. RGB value is (9,37,93). Sum of RGB (Red+Green+Blue) = 9+37+93=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #09255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09255D is #F6DAA2. Grayscale: #222222. Windows color (decimal): -16177827 or 6104329. OLE color: 6104329.

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

Color convert

RGB93793-
CMYK0.900.6000.64
HSL220º82.35%20%-
HSV(B)220º90.32%36.47%-
XYZ2.752.1710.63-
YUV35.01160.72109.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=6.47%
G=26.62%
B=66.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal937930.900.6000.6422082.3520
Hex9255D5A3C040dc5214
Octal114513513274010033412224
Binary1001100101101110110110101111000100000011011100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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