#081F4B

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

Shades of Sapphire #081F4B

Tints of Sapphire #081F4B

Color information

#081F4B (or 0x081F4B) is unknown color: approx Sapphire. HEX triplet: 08, 1F and 4B. RGB value is (8,31,75). Sum of RGB (Red+Green+Blue) = 8+31+75=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #081F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F4B is #F7E0B4. Grayscale: #1C1C1C. Windows color (decimal): -16244917 or 4923144. OLE color: 4923144.

HSL color Cylindrical-coordinate representation of color #081F4B: hue angle of 219.4º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081F4B is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB83175-
CMYK0.890.5900.71
HSL219.4º80.72%16.27%-
HSV(B)219.4º89.33%29.41%-
XYZ1.861.546.86-
YUV29.14153.88112.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=7.02%
G=27.19%
B=65.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal831750.890.5900.71219.480.7216.27
Hex81F4B593B047db5110
Octal103711313173010733312120
Binary100011111100101110110011110110100011111011011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,75); }

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

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

 a { background-color: rgb(8,31,75); }

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

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

 span { border-color: rgb(8,31,75); }

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