#072577

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

Shades of Sapphire #072577

Tints of Sapphire #072577

Color information

#072577 (or 0x072577) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 77. RGB value is (7,37,119). Sum of RGB (Red+Green+Blue) = 7+37+119=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #072577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072577 is #F8DA88. Grayscale: #252525. Windows color (decimal): -16308873 or 7808263. OLE color: 7808263.

HSL color Cylindrical-coordinate representation of color #072577: hue angle of 223.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072577 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB737119-
CMYK0.940.6900.53
HSL223.93º88.89%24.71%-
HSV(B)223.93º94.12%46.67%-
XYZ4.082.717.76-
YUV37.38174.06106.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=4.29%
G=22.70%
B=73.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7371190.940.6900.53223.9388.8924.71
Hex725775E45035e05919
Octal74516713610506534013131
Binary111100101111011110111101000101011010111100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072577; }

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

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

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

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

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

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

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

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