#09297C

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

Shades of Sapphire #09297C

Tints of Sapphire #09297C

Color information

#09297C (or 0x09297C) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 7C. RGB value is (9,41,124). Sum of RGB (Red+Green+Blue) = 9+41+124=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #09297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09297C is #F6D683. Grayscale: #282828. Windows color (decimal): -16176772 or 8136969. OLE color: 8136969.

HSL color Cylindrical-coordinate representation of color #09297C: hue angle of 223.3º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09297C is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB941124-
CMYK0.930.6700.51
HSL223.3º86.47%26.08%-
HSV(B)223.3º92.74%48.63%-
XYZ4.543.119.43-
YUV40.89174.9105.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=5.17%
G=23.56%
B=71.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9411240.930.6700.51223.386.4726.08
Hex9297C5D43033df561a
Octal115117413510306333712632
Binary1001101001111110010111011000011011001111011111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,41,124); }

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

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

 a { background-color: rgb(9,41,124); }

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

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

 span { border-color: rgb(9,41,124); }

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