#09307C

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

Shades of Sapphire #09307C

Tints of Sapphire #09307C

Color information

#09307C (or 0x09307C) is unknown color: approx Sapphire. HEX triplet: 09, 30 and 7C. RGB value is (9,48,124). Sum of RGB (Red+Green+Blue) = 9+48+124=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #09307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09307C is #F6CF83. Grayscale: #2C2C2C. Windows color (decimal): -16174980 or 8138761. OLE color: 8138761.

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

Color convert

RGB948124-
CMYK0.930.6100.51
HSL219.65º86.47%26.08%-
HSV(B)219.65º92.74%48.63%-
XYZ4.813.6319.52-
YUV45172.58102.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=4.97%
G=26.52%
B=68.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9481240.930.6100.51219.6586.4726.08
Hex9307C5D3D033dc561a
Octal11601741357506333412632
Binary100111000011111001011101111101011001111011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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