#072453

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

Shades of Sapphire #072453

Tints of Sapphire #072453

Color information

#072453 (or 0x072453) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 53. RGB value is (7,36,83). Sum of RGB (Red+Green+Blue) = 7+36+83=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #072453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072453 is #F8DBAC. Grayscale: #202020. Windows color (decimal): -16309165 or 5448711. OLE color: 5448711.

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

Color convert

RGB73683-
CMYK0.920.5700.67
HSL217.11º84.44%17.65%-
HSV(B)217.11º91.57%32.55%-
XYZ2.281.938.44-
YUV32.69156.39109.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=5.56%
G=28.57%
B=65.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal736830.920.5700.67217.1184.4417.65
Hex724535C39043d95412
Octal74412313471010333112422
Binary111100100101001110111001110010100001111011001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072453; }

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

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

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

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

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

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

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

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