#091D60

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

Shades of Sapphire #091D60

Tints of Sapphire #091D60

Color information

#091D60 (or 0x091D60) is unknown color: approx Sapphire. HEX triplet: 09, 1D and 60. RGB value is (9,29,96). Sum of RGB (Red+Green+Blue) = 9+29+96=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #091D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D60 is #F6E29F. Grayscale: #1E1E1E. Windows color (decimal): -16179872 or 6298889. OLE color: 6298889.

HSL color Cylindrical-coordinate representation of color #091D60: hue angle of 226.21º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091D60 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB92996-
CMYK0.910.7000.62
HSL226.21º82.86%20.59%-
HSV(B)226.21º90.62%37.65%-
XYZ2.661.7811.27-
YUV30.66164.87112.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=6.72%
G=21.64%
B=71.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal929960.910.7000.62226.2182.8620.59
Hex91D605B4603Ee25315
Octal113514013310607634212325
Binary100111101110000010110111000110011111011100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,29,96); }

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

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

 a { background-color: rgb(9,29,96); }

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

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

 span { border-color: rgb(9,29,96); }

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