#07164F

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

Shades of Sapphire #07164F

Tints of Sapphire #07164F

Color information

#07164F (or 0x07164F) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 4F. RGB value is (7,22,79). Sum of RGB (Red+Green+Blue) = 7+22+79=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #07164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07164F is #F8E9B0. Grayscale: #171717. Windows color (decimal): -16312753 or 5182983. OLE color: 5182983.

HSL color Cylindrical-coordinate representation of color #07164F: hue angle of 227.5º 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 #07164F is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72279-
CMYK0.910.7200.69
HSL227.5º83.72%16.86%-
HSV(B)227.5º91.14%30.98%-
XYZ1.791.187.53-
YUV24.01159.03115.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=6.48%
G=20.37%
B=73.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal722790.910.7200.69227.583.7216.86
Hex7164F5B48045e45411
Octal726117133110010534412421
Binary111101101001111101101110010000100010111100100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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