#072F74

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

Shades of Sapphire #072F74

Tints of Sapphire #072F74

Color information

#072F74 (or 0x072F74) is unknown color: approx Sapphire. HEX triplet: 07, 2F and 74. RGB value is (7,47,116). Sum of RGB (Red+Green+Blue) = 7+47+116=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #072F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F74 is #F8D08B. Grayscale: #2A2A2A. Windows color (decimal): -16306316 or 7614215. OLE color: 7614215.

HSL color Cylindrical-coordinate representation of color #072F74: hue angle of 217.98º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F74 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB747116-
CMYK0.940.5900.55
HSL217.98º88.62%24.12%-
HSV(B)217.98º93.97%45.49%-
XYZ4.263.3416.94-
YUV42.91169.25102.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 116 (45.70% from 255) = 68.24%
R=4.12%
G=27.65%
B=68.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7471160.940.5900.55217.9888.6224.12
Hex72F745E3B037da5918
Octal7571641367306733213130
Binary11110111111101001011110111011011011111011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072F74; }

 p { color: rgb(7,47,116); }

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

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

 a { background-color: rgb(7,47,116); }

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

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

 span { border-color: rgb(7,47,116); }

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