#091C69

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

Shades of Sapphire #091C69

Tints of Sapphire #091C69

Color information

#091C69 (or 0x091C69) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 69. RGB value is (9,28,105). Sum of RGB (Red+Green+Blue) = 9+28+105=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #091C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C69 is #F6E396. Grayscale: #1E1E1E. Windows color (decimal): -16180119 or 6888457. OLE color: 6888457.

HSL color Cylindrical-coordinate representation of color #091C69: hue angle of 228.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091C69 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB928105-
CMYK0.910.7300.59
HSL228.12º84.21%22.35%-
HSV(B)228.12º91.43%41.18%-
XYZ3.081.9113.57-
YUV31.1169.71112.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=6.34%
G=19.72%
B=73.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9281050.910.7300.59228.1284.2122.35
Hex91C695B4903Be45416
Octal113415113311107334412426
Binary100111100110100110110111001001011101111100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,28,105); }

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

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

 a { background-color: rgb(9,28,105); }

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

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

 span { border-color: rgb(9,28,105); }

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