#081954

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

Shades of Sapphire #081954

Tints of Sapphire #081954

Color information

#081954 (or 0x081954) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 54. RGB value is (8,25,84). Sum of RGB (Red+Green+Blue) = 8+25+84=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #081954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081954 is #F7E6AB. Grayscale: #1A1A1A. Windows color (decimal): -16246444 or 5511432. OLE color: 5511432.

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

Color convert

RGB82584-
CMYK0.900.7000.67
HSL226.58º82.61%18.04%-
HSV(B)226.58º90.48%32.94%-
XYZ2.051.398.55-
YUV26.64160.37114.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 84 (33.20% from 255) = 71.79%
R=6.84%
G=21.37%
B=71.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal825840.900.7000.67226.5882.6118.04
Hex819545A46043e35312
Octal1031124132106010334312322
Binary1000110011010100101101010001100100001111100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081954; }

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

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

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

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

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

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

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

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