#081453

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

Shades of Sapphire #081453

Tints of Sapphire #081453

Color information

#081453 (or 0x081453) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 53. RGB value is (8,20,83). Sum of RGB (Red+Green+Blue) = 8+20+83=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #081453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081453 is #F7EBAC. Grayscale: #171717. Windows color (decimal): -16247725 or 5444616. OLE color: 5444616.

HSL color Cylindrical-coordinate representation of color #081453: hue angle of 230.4º degrees, saturation: 0.82, 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 #081453 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82083-
CMYK0.900.7600.67
HSL230.4º82.42%17.84%-
HSV(B)230.4º90.36%32.55%-
XYZ1.911.188.31-
YUV23.59161.52116.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=7.21%
G=18.02%
B=74.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal820830.900.7600.67230.482.4217.84
Hex814535A4C043e65212
Octal1024123132114010334612222
Binary1000101001010011101101010011000100001111100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081453; }

 p { color: rgb(8,20,83); }

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

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

 a { background-color: rgb(8,20,83); }

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

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

 span { border-color: rgb(8,20,83); }

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