#081768

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

Shades of Sapphire #081768

Tints of Sapphire #081768

Color information

#081768 (or 0x081768) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 68. RGB value is (8,23,104). Sum of RGB (Red+Green+Blue) = 8+23+104=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #081768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081768 is #F7E897. Grayscale: #1B1B1B. Windows color (decimal): -16246936 or 6821640. OLE color: 6821640.

HSL color Cylindrical-coordinate representation of color #081768: hue angle of 230.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081768 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB823104-
CMYK0.920.7800.59
HSL230.62º85.71%21.96%-
HSV(B)230.62º92.31%40.78%-
XYZ2.911.6613.26-
YUV27.75171.03113.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=5.93%
G=17.04%
B=77.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8231040.920.7800.59230.6285.7121.96
Hex817685C4E03Be75616
Octal102715013411607334712626
Binary100010111110100010111001001110011101111100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081768; }

 p { color: rgb(8,23,104); }

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

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

 a { background-color: rgb(8,23,104); }

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

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

 span { border-color: rgb(8,23,104); }

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