#081A5F

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

Shades of Sapphire #081A5F

Tints of Sapphire #081A5F

Color information

#081A5F (or 0x081A5F) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 5F. RGB value is (8,26,95). Sum of RGB (Red+Green+Blue) = 8+26+95=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #081A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A5F is #F7E5A0. Grayscale: #1C1C1C. Windows color (decimal): -16246177 or 6232584. OLE color: 6232584.

HSL color Cylindrical-coordinate representation of color #081A5F: hue angle of 227.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081A5F is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB82695-
CMYK0.920.7300.63
HSL227.59º84.47%20.2%-
HSV(B)227.59º91.58%37.25%-
XYZ2.541.6211-
YUV28.48165.54113.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=6.20%
G=20.16%
B=73.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal826950.920.7300.63227.5984.4720.2
Hex81A5F5C4903Fe45414
Octal103213713411107734412424
Binary100011010101111110111001001001011111111100100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081A5F; }

 p { color: rgb(8,26,95); }

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

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

 a { background-color: rgb(8,26,95); }

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

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

 span { border-color: rgb(8,26,95); }

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