#072B72

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

Shades of Sapphire #072B72

Tints of Sapphire #072B72

Color information

#072B72 (or 0x072B72) is unknown color: approx Sapphire. HEX triplet: 07, 2B and 72. RGB value is (7,43,114). Sum of RGB (Red+Green+Blue) = 7+43+114=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #072B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B72 is #F8D48D. Grayscale: #282828. Windows color (decimal): -16307342 or 7482119. OLE color: 7482119.

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

Color convert

RGB743114-
CMYK0.940.6200.55
HSL219.81º88.43%23.73%-
HSV(B)219.81º93.86%44.71%-
XYZ3.992.9916.29-
YUV40.33169.57104.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=4.27%
G=26.22%
B=69.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7431140.940.6200.55219.8188.4323.73
Hex72B725E3E037dc5818
Octal7531621367606733413030
Binary11110101111100101011110111110011011111011100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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