#081258

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

Shades of Sapphire #081258

Tints of Sapphire #081258

Color information

#081258 (or 0x081258) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 58. RGB value is (8,18,88). Sum of RGB (Red+Green+Blue) = 8+18+88=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #081258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081258 is #F7EDA7. Grayscale: #161616. Windows color (decimal): -16248232 or 5771784. OLE color: 5771784.

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

Color convert

RGB81888-
CMYK0.910.8000.65
HSL232.5º83.33%18.82%-
HSV(B)232.5º90.91%34.51%-
XYZ2.081.199.35-
YUV22.99164.69117.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 88 (34.77% from 255) = 77.19%
R=7.02%
G=15.79%
B=77.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal818880.910.8000.65232.583.3318.82
Hex812585B50041e85313
Octal1022130133120010135012323
Binary1000100101011000101101110100000100000111101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081258; }

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

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

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

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

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

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

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

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