#081955

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

Shades of Sapphire #081955

Tints of Sapphire #081955

Color information

#081955 (or 0x081955) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 55. RGB value is (8,25,85). Sum of RGB (Red+Green+Blue) = 8+25+85=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #081955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081955 is #F7E6AA. Grayscale: #1A1A1A. Windows color (decimal): -16246443 or 5576968. OLE color: 5576968.

HSL color Cylindrical-coordinate representation of color #081955: hue angle of 226.75º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081955 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82585-
CMYK0.910.7100.67
HSL226.75º82.8%18.24%-
HSV(B)226.75º90.59%33.33%-
XYZ2.091.48.76-
YUV26.76160.87114.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 85 (33.59% from 255) = 72.03%
R=6.78%
G=21.19%
B=72.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal825850.910.7100.67226.7582.818.24
Hex819555B47043e35312
Octal1031125133107010334312322
Binary1000110011010101101101110001110100001111100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081955; }

 p { color: rgb(8,25,85); }

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

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

 a { background-color: rgb(8,25,85); }

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

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

 span { border-color: rgb(8,25,85); }

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