#072355

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

Shades of Sapphire #072355

Tints of Sapphire #072355

Color information

#072355 (or 0x072355) is unknown color: approx Sapphire. HEX triplet: 07, 23 and 55. RGB value is (7,35,85). Sum of RGB (Red+Green+Blue) = 7+35+85=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #072355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072355 is #F8DCAA. Grayscale: #202020. Windows color (decimal): -16309419 or 5579527. OLE color: 5579527.

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

Color convert

RGB73585-
CMYK0.920.5900.67
HSL218.46º84.78%18.04%-
HSV(B)218.46º91.76%33.33%-
XYZ2.331.98.84-
YUV32.33157.72109.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 85 (33.59% from 255) = 66.93%
R=5.51%
G=27.56%
B=66.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal735850.920.5900.67218.4684.7818.04
Hex723555C3B043da5512
Octal74312513473010333212522
Binary111100011101010110111001110110100001111011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072355; }

 p { color: rgb(7,35,85); }

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

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

 a { background-color: rgb(7,35,85); }

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

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

 span { border-color: rgb(7,35,85); }

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