#081458

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

Shades of Sapphire #081458

Tints of Sapphire #081458

Color information

#081458 (or 0x081458) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 58. RGB value is (8,20,88). Sum of RGB (Red+Green+Blue) = 8+20+88=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #081458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081458 is #F7EBA7. Grayscale: #171717. Windows color (decimal): -16247720 or 5772296. OLE color: 5772296.

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

Color convert

RGB82088-
CMYK0.910.7700.65
HSL231º83.33%18.82%-
HSV(B)231º90.91%34.51%-
XYZ2.111.269.36-
YUV24.16164.02116.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 88 (34.77% from 255) = 75.86%
R=6.90%
G=17.24%
B=75.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal820880.910.7700.6523183.3318.82
Hex814585B4D041e75313
Octal1024130133115010134712323
Binary1000101001011000101101110011010100000111100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081458; }

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

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

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

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

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

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

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

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