#072654

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

Shades of Sapphire #072654

Tints of Sapphire #072654

Color information

#072654 (or 0x072654) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 54. RGB value is (7,38,84). Sum of RGB (Red+Green+Blue) = 7+38+84=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #072654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072654 is #F8D9AB. Grayscale: #212121. Windows color (decimal): -16308652 or 5514759. OLE color: 5514759.

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

Color convert

RGB73884-
CMYK0.920.5500.67
HSL215.84º84.62%17.84%-
HSV(B)215.84º91.67%32.94%-
XYZ2.382.078.66-
YUV33.97156.23108.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 84 (33.20% from 255) = 65.12%
R=5.43%
G=29.46%
B=65.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738840.920.5500.67215.8484.6217.84
Hex726545C37043d85512
Octal74612413467010333012522
Binary111100110101010010111001101110100001111011000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072654; }

 p { color: rgb(7,38,84); }

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

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

 a { background-color: rgb(7,38,84); }

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

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

 span { border-color: rgb(7,38,84); }

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