#091E67

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

Shades of Sapphire #091E67

Tints of Sapphire #091E67

Color information

#091E67 (or 0x091E67) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 67. RGB value is (9,30,103). Sum of RGB (Red+Green+Blue) = 9+30+103=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #091E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E67 is #F6E198. Grayscale: #1F1F1F. Windows color (decimal): -16179609 or 6757897. OLE color: 6757897.

HSL color Cylindrical-coordinate representation of color #091E67: hue angle of 226.6º 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 #091E67 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB930103-
CMYK0.910.7100.60
HSL226.6º83.93%21.96%-
HSV(B)226.6º91.26%40.39%-
XYZ3.031.9713.05-
YUV32.04168.04111.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 103 (40.62% from 255) = 72.54%
R=6.34%
G=21.13%
B=72.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9301030.910.7100.60226.683.9321.96
Hex91E675B4703Ce35416
Octal113614713310707434312426
Binary100111110110011110110111000111011110011100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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