#09255C

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

Shades of Sapphire #09255C

Tints of Sapphire #09255C

Color information

#09255C (or 0x09255C) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 5C. RGB value is (9,37,92). Sum of RGB (Red+Green+Blue) = 9+37+92=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #09255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09255C is #F6DAA3. Grayscale: #222222. Windows color (decimal): -16177828 or 6038793. OLE color: 6038793.

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

Color convert

RGB93792-
CMYK0.900.6000.64
HSL219.76º82.18%19.8%-
HSV(B)219.76º90.22%36.08%-
XYZ2.712.1510.4-
YUV34.9160.22109.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 92 (36.33% from 255) = 66.67%
R=6.52%
G=26.81%
B=66.67%

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
Decimal937920.900.6000.64219.7682.1819.8
Hex9255C5A3C040dc5214
Octal114513413274010033412224
Binary1001100101101110010110101111000100000011011100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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