#07176C

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

Shades of Sapphire #07176C

Tints of Sapphire #07176C

Color information

#07176C (or 0x07176C) is unknown color: approx Sapphire. HEX triplet: 07, 17 and 6C. RGB value is (7,23,108). Sum of RGB (Red+Green+Blue) = 7+23+108=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #07176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07176C is #F8E893. Grayscale: #1B1B1B. Windows color (decimal): -16312468 or 7083783. OLE color: 7083783.

HSL color Cylindrical-coordinate representation of color #07176C: hue angle of 230.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07176C is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB723108-
CMYK0.940.7900.58
HSL230.5º87.83%22.55%-
HSV(B)230.5º93.52%42.35%-
XYZ3.11.7414.36-
YUV27.91173.2113.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 108 (42.58% from 255) = 78.26%
R=5.07%
G=16.67%
B=78.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7231080.940.7900.58230.587.8322.55
Hex7176C5E4F03Ae65817
Octal72715413611707234613027
Binary11110111110110010111101001111011101011100110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07176C; }

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

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

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

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

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

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

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

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