#09307A

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

Shades of Sapphire #09307A

Tints of Sapphire #09307A

Color information

#09307A (or 0x09307A) is unknown color: approx Sapphire. HEX triplet: 09, 30 and 7A. RGB value is (9,48,122). Sum of RGB (Red+Green+Blue) = 9+48+122=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #09307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09307A is #F6CF85. Grayscale: #2C2C2C. Windows color (decimal): -16174982 or 8007689. OLE color: 8007689.

HSL color Cylindrical-coordinate representation of color #09307A: hue angle of 219.29º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09307A is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB948122-
CMYK0.930.6100.52
HSL219.29º86.26%25.69%-
HSV(B)219.29º92.62%47.84%-
XYZ4.683.5818.86-
YUV44.78171.58102.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=5.03%
G=26.82%
B=68.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9481220.930.6100.52219.2986.2625.69
Hex9307A5D3D034db561a
Octal11601721357506433312632
Binary100111000011110101011101111101011010011011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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