#091868

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

Shades of Sapphire #091868

Tints of Sapphire #091868

Color information

#091868 (or 0x091868) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 68. RGB value is (9,24,104). Sum of RGB (Red+Green+Blue) = 9+24+104=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #091868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091868 is #F6E797. Grayscale: #1C1C1C. Windows color (decimal): -16181144 or 6821897. OLE color: 6821897.

HSL color Cylindrical-coordinate representation of color #091868: hue angle of 230.53º 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 #091868 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB924104-
CMYK0.910.7700.59
HSL230.53º84.07%22.16%-
HSV(B)230.53º91.35%40.78%-
XYZ2.941.7113.27-
YUV28.64170.53114-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 104 (41.02% from 255) = 75.91%
R=6.57%
G=17.52%
B=75.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9241040.910.7700.59230.5384.0722.16
Hex918685B4D03Be75416
Octal113015013311507334712426
Binary100111000110100010110111001101011101111100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091868; }

 p { color: rgb(9,24,104); }

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

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

 a { background-color: rgb(9,24,104); }

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

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

 span { border-color: rgb(9,24,104); }

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