#09246D

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

Shades of Sapphire #09246D

Tints of Sapphire #09246D

Color information

#09246D (or 0x09246D) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 6D. RGB value is (9,36,109). Sum of RGB (Red+Green+Blue) = 9+36+109=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #09246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246D is #F6DB92. Grayscale: #232323. Windows color (decimal): -16178067 or 7152649. OLE color: 7152649.

HSL color Cylindrical-coordinate representation of color #09246D: hue angle of 223.8º 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 #09246D is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB936109-
CMYK0.920.6700.57
HSL223.8º84.75%23.14%-
HSV(B)223.8º91.74%42.75%-
XYZ3.52.4214.75-
YUV36.25169.05108.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 109 (42.97% from 255) = 70.78%
R=5.84%
G=23.38%
B=70.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9361090.920.6700.57223.884.7523.14
Hex9246D5C43039e05517
Octal114415513410307134012527
Binary1001100100110110110111001000011011100111100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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