#091F67

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

Shades of Sapphire #091F67

Tints of Sapphire #091F67

Color information

#091F67 (or 0x091F67) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 67. RGB value is (9,31,103). Sum of RGB (Red+Green+Blue) = 9+31+103=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #091F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F67 is #F6E098. Grayscale: #202020. Windows color (decimal): -16179353 or 6758153. OLE color: 6758153.

HSL color Cylindrical-coordinate representation of color #091F67: hue angle of 225.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091F67 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB931103-
CMYK0.910.7000.60
HSL225.96º83.93%21.96%-
HSV(B)225.96º91.26%40.39%-
XYZ3.052.0213.06-
YUV32.63167.71111.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=6.29%
G=21.68%
B=72.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9311030.910.7000.60225.9683.9321.96
Hex91F675B4603Ce25416
Octal113714713310607434212426
Binary100111111110011110110111000110011110011100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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