#09245C

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

Shades of Sapphire #09245C

Tints of Sapphire #09245C

Color information

#09245C (or 0x09245C) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 5C. RGB value is (9,36,92). Sum of RGB (Red+Green+Blue) = 9+36+92=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #09245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245C is #F6DBA3. Grayscale: #222222. Windows color (decimal): -16178084 or 6038537. OLE color: 6038537.

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

Color convert

RGB93692-
CMYK0.900.6100.64
HSL220.48º82.18%19.8%-
HSV(B)220.48º90.22%36.08%-
XYZ2.682.0910.39-
YUV34.31160.55109.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=6.57%
G=26.28%
B=67.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal936920.900.6100.64220.4882.1819.8
Hex9245C5A3D040dc5214
Octal114413413275010033412224
Binary1001100100101110010110101111010100000011011100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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