#081758

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

Shades of Sapphire #081758

Tints of Sapphire #081758

Color information

#081758 (or 0x081758) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 58. RGB value is (8,23,88). Sum of RGB (Red+Green+Blue) = 8+23+88=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #081758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081758 is #F7E8A7. Grayscale: #191919. Windows color (decimal): -16246952 or 5773064. OLE color: 5773064.

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

Color convert

RGB82388-
CMYK0.910.7400.65
HSL228.75º83.33%18.82%-
HSV(B)228.75º90.91%34.51%-
XYZ2.171.379.38-
YUV25.92163.03115.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 88 (34.77% from 255) = 73.95%
R=6.72%
G=19.33%
B=73.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal823880.910.7400.65228.7583.3318.82
Hex817585B4A041e55313
Octal1027130133112010134512323
Binary1000101111011000101101110010100100000111100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081758; }

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

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

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

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

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

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

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

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