#091D7A

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

Shades of Sapphire #091D7A

Tints of Sapphire #091D7A

Color information

#091D7A (or 0x091D7A) is unknown color: approx Sapphire. HEX triplet: 09, 1D and 7A. RGB value is (9,29,122). Sum of RGB (Red+Green+Blue) = 9+29+122=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #091D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D7A is #F6E285. Grayscale: #212121. Windows color (decimal): -16179846 or 8002825. OLE color: 8002825.

HSL color Cylindrical-coordinate representation of color #091D7A: hue angle of 229.38º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091D7A is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB929122-
CMYK0.930.7600.52
HSL229.38º86.26%25.69%-
HSV(B)229.38º92.62%47.84%-
XYZ4.062.3418.65-
YUV33.62177.87110.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=5.62%
G=18.12%
B=76.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9291220.930.7600.52229.3886.2625.69
Hex91D7A5D4C034e5561a
Octal113517213511406434512632
Binary100111101111101010111011001100011010011100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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