#072550

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

Shades of Sapphire #072550

Tints of Sapphire #072550

Color information

#072550 (or 0x072550) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 50. RGB value is (7,37,80). Sum of RGB (Red+Green+Blue) = 7+37+80=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #072550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072550 is #F8DAAF. Grayscale: #202020. Windows color (decimal): -16308912 or 5252359. OLE color: 5252359.

HSL color Cylindrical-coordinate representation of color #072550: hue angle of 215.34º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072550 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73780-
CMYK0.910.5400.69
HSL215.34º83.91%17.06%-
HSV(B)215.34º91.25%31.37%-
XYZ2.21.957.85-
YUV32.93154.56109.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=5.65%
G=29.84%
B=64.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal737800.910.5400.69215.3483.9117.06
Hex725505B36045d75411
Octal74512013366010532712421
Binary111100101101000010110111101100100010111010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072550; }

 p { color: rgb(7,37,80); }

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

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

 a { background-color: rgb(7,37,80); }

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

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

 span { border-color: rgb(7,37,80); }

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