#072458

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

Shades of Sapphire #072458

Tints of Sapphire #072458

Color information

#072458 (or 0x072458) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 58. RGB value is (7,36,88). Sum of RGB (Red+Green+Blue) = 7+36+88=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #072458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072458 is #F8DBA7. Grayscale: #212121. Windows color (decimal): -16309160 or 5776391. OLE color: 5776391.

HSL color Cylindrical-coordinate representation of color #072458: hue angle of 218.52º 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 #072458 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73688-
CMYK0.920.5900.65
HSL218.52º85.26%18.63%-
HSV(B)218.52º92.05%34.51%-
XYZ2.482.019.49-
YUV33.26158.89109.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 88 (34.77% from 255) = 67.18%
R=5.34%
G=27.48%
B=67.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal736880.920.5900.65218.5285.2618.63
Hex724585C3B041db5513
Octal74413013473010133312523
Binary111100100101100010111001110110100000111011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072458; }

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

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

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

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

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

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

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

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