#091A70

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

Shades of Sapphire #091A70

Tints of Sapphire #091A70

Color information

#091A70 (or 0x091A70) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 70. RGB value is (9,26,112). Sum of RGB (Red+Green+Blue) = 9+26+112=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #091A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A70 is #F6E58F. Grayscale: #1E1E1E. Windows color (decimal): -16180624 or 7346697. OLE color: 7346697.

HSL color Cylindrical-coordinate representation of color #091A70: hue angle of 230.1º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091A70 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB926112-
CMYK0.920.7700.56
HSL230.1º85.12%23.73%-
HSV(B)230.1º91.96%43.92%-
XYZ3.411.9715.53-
YUV30.72173.87112.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=6.12%
G=17.69%
B=76.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9261120.920.7700.56230.185.1223.73
Hex91A705C4D038e65518
Octal113216013411507034612530
Binary100111010111000010111001001101011100011100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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