#091A67

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

Shades of Sapphire #091A67

Tints of Sapphire #091A67

Color information

#091A67 (or 0x091A67) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 67. RGB value is (9,26,103). Sum of RGB (Red+Green+Blue) = 9+26+103=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #091A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A67 is #F6E598. Grayscale: #1D1D1D. Windows color (decimal): -16180633 or 6756873. OLE color: 6756873.

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

Color convert

RGB926103-
CMYK0.910.7500.60
HSL229.15º83.93%21.96%-
HSV(B)229.15º91.26%40.39%-
XYZ2.931.7813.02-
YUV29.7169.37113.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 103 (40.62% from 255) = 74.64%
R=6.52%
G=18.84%
B=74.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9261030.910.7500.60229.1583.9321.96
Hex91A675B4B03Ce55416
Octal113214713311307434512426
Binary100111010110011110110111001011011110011100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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