#09306E

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

Shades of Sapphire #09306E

Tints of Sapphire #09306E

Color information

#09306E (or 0x09306E) is unknown color: approx Sapphire. HEX triplet: 09, 30 and 6E. RGB value is (9,48,110). Sum of RGB (Red+Green+Blue) = 9+48+110=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #09306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09306E is #F6CF91. Grayscale: #2B2B2B. Windows color (decimal): -16174994 or 7221257. OLE color: 7221257.

HSL color Cylindrical-coordinate representation of color #09306E: hue angle of 216.83º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09306E is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB948110-
CMYK0.920.5600.57
HSL216.83º84.87%23.33%-
HSV(B)216.83º91.82%43.14%-
XYZ3.983.315.18-
YUV43.41165.58103.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=5.39%
G=28.74%
B=65.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9481100.920.5600.57216.8384.8723.33
Hex9306E5C38039d95517
Octal11601561347007133112527
Binary100111000011011101011100111000011100111011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09306E; }

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

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

<style>
 a { background-color: #09306E; }

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

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

<style>
 span { border-color: #09306E; }

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

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