#09246A

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

Shades of Sapphire #09246A

Tints of Sapphire #09246A

Color information

#09246A (or 0x09246A) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 6A. RGB value is (9,36,106). Sum of RGB (Red+Green+Blue) = 9+36+106=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #09246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246A is #F6DB95. Grayscale: #232323. Windows color (decimal): -16178070 or 6956041. OLE color: 6956041.

HSL color Cylindrical-coordinate representation of color #09246A: hue angle of 223.3º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09246A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB936106-
CMYK0.920.6600.58
HSL223.3º84.35%22.55%-
HSV(B)223.3º91.51%41.57%-
XYZ3.352.3613.91-
YUV35.91167.55108.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 106 (41.80% from 255) = 70.20%
R=5.96%
G=23.84%
B=70.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9361060.920.6600.58223.384.3522.55
Hex9246A5C4203Adf5417
Octal114415213410207233712427
Binary1001100100110101010111001000010011101011011111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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