#072B70

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

Shades of Sapphire #072B70

Tints of Sapphire #072B70

Color information

#072B70 (or 0x072B70) is unknown color: approx Sapphire. HEX triplet: 07, 2B and 70. RGB value is (7,43,112). Sum of RGB (Red+Green+Blue) = 7+43+112=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #072B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B70 is #F8D48F. Grayscale: #272727. Windows color (decimal): -16307344 or 7351047. OLE color: 7351047.

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

Color convert

RGB743112-
CMYK0.940.6200.56
HSL219.43º88.24%23.33%-
HSV(B)219.43º93.75%43.92%-
XYZ3.882.9415.69-
YUV40.1168.57104.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=4.32%
G=26.54%
B=69.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7431120.940.6200.56219.4388.2423.33
Hex72B705E3E038db5817
Octal7531601367607033313027
Binary11110101111100001011110111110011100011011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,112); }

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

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

 a { background-color: rgb(7,43,112); }

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

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

 span { border-color: rgb(7,43,112); }

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