#091B67

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

Shades of Sapphire #091B67

Tints of Sapphire #091B67

Color information

#091B67 (or 0x091B67) is unknown color: approx Sapphire. HEX triplet: 09, 1B and 67. RGB value is (9,27,103). Sum of RGB (Red+Green+Blue) = 9+27+103=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #091B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B67 is #F6E498. Grayscale: #1D1D1D. Windows color (decimal): -16180377 or 6757129. OLE color: 6757129.

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

Color convert

RGB927103-
CMYK0.910.7400.60
HSL228.51º83.93%21.96%-
HSV(B)228.51º91.26%40.39%-
XYZ2.951.8213.03-
YUV30.28169.04112.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 103 (40.62% from 255) = 74.10%
R=6.47%
G=19.42%
B=74.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9271030.910.7400.60228.5183.9321.96
Hex91B675B4A03Ce55416
Octal113314713311207434512426
Binary100111011110011110110111001010011110011100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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