#07175F

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

Shades of Sapphire #07175F

Tints of Sapphire #07175F

Color information

#07175F (or 0x07175F) is unknown color: approx Sapphire. HEX triplet: 07, 17 and 5F. RGB value is (7,23,95). Sum of RGB (Red+Green+Blue) = 7+23+95=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 95 (37.5% from 255 or 76% from 125); Max value from RGB is 95 - color contains mainly: blue. Hex color #07175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07175F is #F8E8A0. Grayscale: #1A1A1A. Windows color (decimal): -16312481 or 6231815. OLE color: 6231815.

HSL color Cylindrical-coordinate representation of color #07175F: hue angle of 229.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07175F is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB72395-
CMYK0.930.7600.63
HSL229.09º86.27%20%-
HSV(B)229.09º92.63%37.25%-
XYZ2.461.4810.98-
YUV26.42166.7114.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 95 (37.5% from 255) = 76%
R=5.6%
G=18.4%
B=76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal723950.930.7600.63229.0986.2720
Hex7175F5D4C03Fe55614
Octal72713713511407734512624
Binary11110111101111110111011001100011111111100101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07175F; }

 p { color: rgb(7,23,95); }

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

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

 a { background-color: rgb(7,23,95); }

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

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

 span { border-color: rgb(7,23,95); }

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