#07174F

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

Shades of Sapphire #07174F

Tints of Sapphire #07174F

Color information

#07174F (or 0x07174F) is unknown color: approx Sapphire. HEX triplet: 07, 17 and 4F. RGB value is (7,23,79). Sum of RGB (Red+Green+Blue) = 7+23+79=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #07174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07174F is #F8E8B0. Grayscale: #181818. Windows color (decimal): -16312497 or 5183239. OLE color: 5183239.

HSL color Cylindrical-coordinate representation of color #07174F: hue angle of 226.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07174F is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72379-
CMYK0.910.7100.69
HSL226.67º83.72%16.86%-
HSV(B)226.67º91.14%30.98%-
XYZ1.811.227.54-
YUV24.6158.7115.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 79 (31.25% from 255) = 72.48%
R=6.42%
G=21.10%
B=72.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal723790.910.7100.69226.6783.7216.86
Hex7174F5B47045e35411
Octal727117133107010534312421
Binary111101111001111101101110001110100010111100011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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