#072E6A

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

Shades of Sapphire #072E6A

Tints of Sapphire #072E6A

Color information

#072E6A (or 0x072E6A) is unknown color: approx Sapphire. HEX triplet: 07, 2E and 6A. RGB value is (7,46,106). Sum of RGB (Red+Green+Blue) = 7+46+106=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #072E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E6A is #F8D195. Grayscale: #282828. Windows color (decimal): -16306582 or 6958599. OLE color: 6958599.

HSL color Cylindrical-coordinate representation of color #072E6A: hue angle of 216.36º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072E6A is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB746106-
CMYK0.930.5700.58
HSL216.36º87.61%22.16%-
HSV(B)216.36º93.4%41.57%-
XYZ3.673.0414.03-
YUV41.18164.58103.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 106 (41.80% from 255) = 66.67%
R=4.40%
G=28.93%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7461060.930.5700.58216.3687.6122.16
Hex72E6A5D3903Ad85816
Octal7561521357107233013026
Binary11110111011010101011101111001011101011011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E6A; }

 p { color: rgb(7,46,106); }

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

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

 a { background-color: rgb(7,46,106); }

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

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

 span { border-color: rgb(7,46,106); }

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