#072175

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

Shades of Sapphire #072175

Tints of Sapphire #072175

Color information

#072175 (or 0x072175) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 75. RGB value is (7,33,117). Sum of RGB (Red+Green+Blue) = 7+33+117=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #072175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072175 is #F8DE8A. Grayscale: #222222. Windows color (decimal): -16309899 or 7676167. OLE color: 7676167.

HSL color Cylindrical-coordinate representation of color #072175: hue angle of 225.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072175 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB733117-
CMYK0.940.7200.54
HSL225.82º88.71%24.31%-
HSV(B)225.82º94.02%45.88%-
XYZ3.842.4217.09-
YUV34.8174.39108.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=4.46%
G=21.02%
B=74.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7331170.940.7200.54225.8288.7124.31
Hex721755E48036e25918
Octal74116513611006634213130
Binary111100001111010110111101001000011011011100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072175; }

 p { color: rgb(7,33,117); }

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

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

 a { background-color: rgb(7,33,117); }

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

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

 span { border-color: rgb(7,33,117); }

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