#081658

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

Shades of Sapphire #081658

Tints of Sapphire #081658

Color information

#081658 (or 0x081658) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 58. RGB value is (8,22,88). Sum of RGB (Red+Green+Blue) = 8+22+88=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #081658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081658 is #F7E9A7. Grayscale: #191919. Windows color (decimal): -16247208 or 5772808. OLE color: 5772808.

HSL color Cylindrical-coordinate representation of color #081658: hue angle of 229.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081658 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB82288-
CMYK0.910.7500.65
HSL229.5º83.33%18.82%-
HSV(B)229.5º90.91%34.51%-
XYZ2.151.339.38-
YUV25.34163.36115.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 88 (34.77% from 255) = 74.58%
R=6.78%
G=18.64%
B=74.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal822880.910.7500.65229.583.3318.82
Hex816585B4B041e65313
Octal1026130133113010134612323
Binary1000101101011000101101110010110100000111100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081658; }

 p { color: rgb(8,22,88); }

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

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

 a { background-color: rgb(8,22,88); }

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

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

 span { border-color: rgb(8,22,88); }

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