#072554

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

Shades of Sapphire #072554

Tints of Sapphire #072554

Color information

#072554 (or 0x072554) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 54. RGB value is (7,37,84). Sum of RGB (Red+Green+Blue) = 7+37+84=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #072554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072554 is #F8DAAB. Grayscale: #212121. Windows color (decimal): -16308908 or 5514503. OLE color: 5514503.

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

Color convert

RGB73784-
CMYK0.920.5600.67
HSL216.62º84.62%17.84%-
HSV(B)216.62º91.67%32.94%-
XYZ2.352.018.65-
YUV33.39156.56109.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=5.47%
G=28.91%
B=65.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal737840.920.5600.67216.6284.6217.84
Hex725545C38043d95512
Octal74512413470010333112522
Binary111100101101010010111001110000100001111011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072554; }

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

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

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

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

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

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

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

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