#072C6C

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

Shades of Sapphire #072C6C

Tints of Sapphire #072C6C

Color information

#072C6C (or 0x072C6C) is unknown color: approx Sapphire. HEX triplet: 07, 2C and 6C. RGB value is (7,44,108). Sum of RGB (Red+Green+Blue) = 7+44+108=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #072C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C6C is #F8D393. Grayscale: #272727. Windows color (decimal): -16307092 or 7089159. OLE color: 7089159.

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

Color convert

RGB744108-
CMYK0.940.5900.58
HSL218.02º87.83%22.55%-
HSV(B)218.02º93.52%42.35%-
XYZ3.72.9314.56-
YUV40.23166.24104.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=4.40%
G=27.67%
B=67.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7441080.940.5900.58218.0287.8322.55
Hex72C6C5E3B03Ada5817
Octal7541541367307233213027
Binary11110110011011001011110111011011101011011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,108); }

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

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

 a { background-color: rgb(7,44,108); }

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

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

 span { border-color: rgb(7,44,108); }

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