#072457

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

Shades of Sapphire #072457

Tints of Sapphire #072457

Color information

#072457 (or 0x072457) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 57. RGB value is (7,36,87). Sum of RGB (Red+Green+Blue) = 7+36+87=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #072457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072457 is #F8DBA8. Grayscale: #202020. Windows color (decimal): -16309161 or 5710855. OLE color: 5710855.

HSL color Cylindrical-coordinate representation of color #072457: hue angle of 218.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072457 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB73687-
CMYK0.920.5900.66
HSL218.25º85.11%18.43%-
HSV(B)218.25º91.95%34.12%-
XYZ2.4429.27-
YUV33.14158.39109.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=5.38%
G=27.69%
B=66.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal736870.920.5900.66218.2585.1118.43
Hex724575C3B042da5512
Octal74412713473010233212522
Binary111100100101011110111001110110100001011011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072457; }

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

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

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

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

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

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

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

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