#072081

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

Shades of Sapphire #072081

Tints of Sapphire #072081

Color information

#072081 (or 0x072081) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 81. RGB value is (7,32,129). Sum of RGB (Red+Green+Blue) = 7+32+129=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 129 (50.78% from 255 or 76.79% from 168); Max value from RGB is 129 - color contains mainly: blue. Hex color #072081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072081 is #F8DF7E. Grayscale: #232323. Windows color (decimal): -16310143 or 8462343. OLE color: 8462343.

HSL color Cylindrical-coordinate representation of color #072081: hue angle of 227.7º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072081 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB732129-
CMYK0.950.7500.49
HSL227.7º89.71%26.67%-
HSV(B)227.7º94.57%50.59%-
XYZ4.572.6621.04-
YUV35.58180.72107.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 129 (50.78% from 255) = 76.79%
R=4.17%
G=19.05%
B=76.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7321290.950.7500.49227.789.7126.67
Hex720815F4B031e45a1b
Octal74020113711306134413233
Binary1111000001000000110111111001011011000111100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072081; }

 p { color: rgb(7,32,129); }

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

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

 a { background-color: rgb(7,32,129); }

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

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

 span { border-color: rgb(7,32,129); }

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