#072F7B

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

Shades of Sapphire #072F7B

Tints of Sapphire #072F7B

Color information

#072F7B (or 0x072F7B) is unknown color: approx Sapphire. HEX triplet: 07, 2F and 7B. RGB value is (7,47,123). Sum of RGB (Red+Green+Blue) = 7+47+123=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #072F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F7B is #F8D084. Grayscale: #2B2B2B. Windows color (decimal): -16306309 or 8072967. OLE color: 8072967.

HSL color Cylindrical-coordinate representation of color #072F7B: hue angle of 219.31º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F7B is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB747123-
CMYK0.940.6200.52
HSL219.31º89.23%25.49%-
HSV(B)219.31º94.31%48.24%-
XYZ4.683.5119.17-
YUV43.7172.75101.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=3.95%
G=26.55%
B=69.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7471230.940.6200.52219.3189.2325.49
Hex72F7B5E3E034db5919
Octal7571731367606433313131
Binary11110111111110111011110111110011010011011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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