#081769

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

Shades of Sapphire #081769

Tints of Sapphire #081769

Color information

#081769 (or 0x081769) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 69. RGB value is (8,23,105). Sum of RGB (Red+Green+Blue) = 8+23+105=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #081769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081769 is #F7E896. Grayscale: #1B1B1B. Windows color (decimal): -16246935 or 6887176. OLE color: 6887176.

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

Color convert

RGB823105-
CMYK0.920.7800.59
HSL230.72º85.84%22.16%-
HSV(B)230.72º92.38%41.18%-
XYZ2.961.6813.53-
YUV27.86171.53113.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=5.88%
G=16.91%
B=77.21%

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
Decimal8231050.920.7800.59230.7285.8422.16
Hex817695C4E03Be75616
Octal102715113411607334712626
Binary100010111110100110111001001110011101111100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081769; }

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

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

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

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

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

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

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

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