#09256D

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

Shades of Sapphire #09256D

Tints of Sapphire #09256D

Color information

#09256D (or 0x09256D) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 6D. RGB value is (9,37,109). Sum of RGB (Red+Green+Blue) = 9+37+109=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #09256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256D is #F6DA92. Grayscale: #242424. Windows color (decimal): -16177811 or 7152905. OLE color: 7152905.

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

Color convert

RGB937109-
CMYK0.920.6600.57
HSL223.2º84.75%23.14%-
HSV(B)223.2º91.74%42.75%-
XYZ3.532.4914.76-
YUV36.84168.72108.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 109 (42.97% from 255) = 70.32%
R=5.81%
G=23.87%
B=70.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9371090.920.6600.57223.284.7523.14
Hex9256D5C42039df5517
Octal114515513410207133712527
Binary1001100101110110110111001000010011100111011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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