#072561

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

Shades of Sapphire #072561

Tints of Sapphire #072561

Color information

#072561 (or 0x072561) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 61. RGB value is (7,37,97). Sum of RGB (Red+Green+Blue) = 7+37+97=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #072561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072561 is #F8DA9E. Grayscale: #222222. Windows color (decimal): -16308895 or 6366471. OLE color: 6366471.

HSL color Cylindrical-coordinate representation of color #072561: hue angle of 220º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072561 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73797-
CMYK0.930.6200.62
HSL220º86.54%20.39%-
HSV(B)220º92.78%38.04%-
XYZ2.912.2311.59-
YUV34.87163.06108.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=4.96%
G=26.24%
B=68.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal737970.930.6200.6222086.5420.39
Hex725615D3E03Edc5714
Octal7451411357607633412724
Binary11110010111000011011101111110011111011011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072561; }

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

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

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

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

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

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

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

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