#081D4A

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

Shades of Sapphire #081D4A

Tints of Sapphire #081D4A

Color information

#081D4A (or 0x081D4A) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 4A. RGB value is (8,29,74). Sum of RGB (Red+Green+Blue) = 8+29+74=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #081D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D4A is #F7E2B5. Grayscale: #1B1B1B. Windows color (decimal): -16245430 or 4857096. OLE color: 4857096.

HSL color Cylindrical-coordinate representation of color #081D4A: hue angle of 220.91º degrees, saturation: 0.8, 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 #081D4A is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82974-
CMYK0.890.6100.71
HSL220.91º80.49%16.08%-
HSV(B)220.91º89.19%29.02%-
XYZ1.781.426.66-
YUV27.85154.04113.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 74 (29.30% from 255) = 66.67%
R=7.21%
G=26.13%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal829740.890.6100.71220.9180.4916.08
Hex81D4A593D047dd5010
Octal103511213175010733512020
Binary100011101100101010110011111010100011111011101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,29,74); }

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

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

 a { background-color: rgb(8,29,74); }

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

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

 span { border-color: rgb(8,29,74); }

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