#091F4C

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

Shades of Sapphire #091F4C

Tints of Sapphire #091F4C

Color information

#091F4C (or 0x091F4C) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 4C. RGB value is (9,31,76). Sum of RGB (Red+Green+Blue) = 9+31+76=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #091F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F4C is #F6E0B3. Grayscale: #1D1D1D. Windows color (decimal): -16179380 or 4988681. OLE color: 4988681.

HSL color Cylindrical-coordinate representation of color #091F4C: hue angle of 220.3º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091F4C is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93176-
CMYK0.880.5900.70
HSL220.3º78.82%16.67%-
HSV(B)220.3º88.16%29.8%-
XYZ1.911.567.04-
YUV29.55154.21113.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=7.76%
G=26.72%
B=65.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal931760.880.5900.70220.378.8216.67
Hex91F4C583B046dc4f11
Octal113711413073010633411721
Binary100111111100110010110001110110100011011011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,31,76); }

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

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

 a { background-color: rgb(9,31,76); }

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

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

 span { border-color: rgb(9,31,76); }

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