#081A4A

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

Shades of Sapphire #081A4A

Tints of Sapphire #081A4A

Color information

#081A4A (or 0x081A4A) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 4A. RGB value is (8,26,74). Sum of RGB (Red+Green+Blue) = 8+26+74=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #081A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A4A is #F7E5B5. Grayscale: #191919. Windows color (decimal): -16246198 or 4856328. OLE color: 4856328.

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

Color convert

RGB82674-
CMYK0.890.6500.71
HSL223.64º80.49%16.08%-
HSV(B)223.64º89.19%29.02%-
XYZ1.711.286.64-
YUV26.09155.04115.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=7.41%
G=24.07%
B=68.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal826740.890.6500.71223.6480.4916.08
Hex81A4A5941047e05010
Octal1032112131101010734012020
Binary1000110101001010101100110000010100011111100000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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