#081858

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

Shades of Sapphire #081858

Tints of Sapphire #081858

Color information

#081858 (or 0x081858) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 58. RGB value is (8,24,88). Sum of RGB (Red+Green+Blue) = 8+24+88=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #081858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081858 is #F7E7A7. Grayscale: #1A1A1A. Windows color (decimal): -16246696 or 5773320. OLE color: 5773320.

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

Color convert

RGB82488-
CMYK0.910.7300.65
HSL228º83.33%18.82%-
HSV(B)228º90.91%34.51%-
XYZ2.191.419.39-
YUV26.51162.7114.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 88 (34.77% from 255) = 73.33%
R=6.67%
G=20%
B=73.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal824880.910.7300.6522883.3318.82
Hex818585B49041e45313
Octal1030130133111010134412323
Binary1000110001011000101101110010010100000111100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081858; }

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

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

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

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

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

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

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

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