#072477

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

Shades of Sapphire #072477

Tints of Sapphire #072477

Color information

#072477 (or 0x072477) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 77. RGB value is (7,36,119). Sum of RGB (Red+Green+Blue) = 7+36+119=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #072477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072477 is #F8DB88. Grayscale: #242424. Windows color (decimal): -16309129 or 7808007. OLE color: 7808007.

HSL color Cylindrical-coordinate representation of color #072477: hue angle of 224.46º 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 #072477 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB736119-
CMYK0.940.7000.53
HSL224.46º88.89%24.71%-
HSV(B)224.46º94.12%46.67%-
XYZ4.052.6417.75-
YUV36.79174.39106.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=4.32%
G=22.22%
B=73.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7361190.940.7000.53224.4688.8924.71
Hex724775E46035e05919
Octal74416713610606534013131
Binary111100100111011110111101000110011010111100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072477; }

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

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

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

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

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

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

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

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