#09256F

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

Shades of Sapphire #09256F

Tints of Sapphire #09256F

Color information

#09256F (or 0x09256F) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 6F. RGB value is (9,37,111). Sum of RGB (Red+Green+Blue) = 9+37+111=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #09256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256F is #F6DA90. Grayscale: #242424. Windows color (decimal): -16177809 or 7283977. OLE color: 7283977.

HSL color Cylindrical-coordinate representation of color #09256F: hue angle of 223.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09256F is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB937111-
CMYK0.920.6700.56
HSL223.53º85%23.53%-
HSV(B)223.53º91.89%43.53%-
XYZ3.642.5315.34-
YUV37.06169.72107.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=5.73%
G=23.57%
B=70.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9371110.920.6700.56223.538523.53
Hex9256F5C43038e05518
Octal114515713410307034012530
Binary1001100101110111110111001000011011100011100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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