#072758

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

Shades of Sapphire #072758

Tints of Sapphire #072758

Color information

#072758 (or 0x072758) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 58. RGB value is (7,39,88). Sum of RGB (Red+Green+Blue) = 7+39+88=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #072758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072758 is #F8D8A7. Grayscale: #222222. Windows color (decimal): -16308392 or 5777159. OLE color: 5777159.

HSL color Cylindrical-coordinate representation of color #072758: hue angle of 216.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072758 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73988-
CMYK0.920.5600.65
HSL216.3º85.26%18.63%-
HSV(B)216.3º92.05%34.51%-
XYZ2.572.29.52-
YUV35.02157.9108.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=5.22%
G=29.10%
B=65.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal739880.920.5600.65216.385.2618.63
Hex727585C38041d85513
Octal74713013470010133012523
Binary111100111101100010111001110000100000111011000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072758; }

 p { color: rgb(7,39,88); }

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

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

 a { background-color: rgb(7,39,88); }

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

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

 span { border-color: rgb(7,39,88); }

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