#091A5F

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

Shades of Sapphire #091A5F

Tints of Sapphire #091A5F

Color information

#091A5F (or 0x091A5F) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 5F. RGB value is (9,26,95). Sum of RGB (Red+Green+Blue) = 9+26+95=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #091A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A5F is #F6E5A0. Grayscale: #1C1C1C. Windows color (decimal): -16180641 or 6232585. OLE color: 6232585.

HSL color Cylindrical-coordinate representation of color #091A5F: hue angle of 228.14º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091A5F is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB92695-
CMYK0.910.7300.63
HSL228.14º82.69%20.39%-
HSV(B)228.14º90.53%37.25%-
XYZ2.551.6211.01-
YUV28.78165.37113.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 73.08%
R=6.92%
G=20%
B=73.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal926950.910.7300.63228.1482.6920.39
Hex91A5F5B4903Fe45314
Octal113213713311107734412324
Binary100111010101111110110111001001011111111100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091A5F; }

 p { color: rgb(9,26,95); }

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

<style>
 a { background-color: #091A5F; }

 a { background-color: rgb(9,26,95); }

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

<style>
 span { border-color: #091A5F; }

 span { border-color: rgb(9,26,95); }

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