#07164D

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

Shades of Sapphire #07164D

Tints of Sapphire #07164D

Color information

#07164D (or 0x07164D) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 4D. RGB value is (7,22,77). Sum of RGB (Red+Green+Blue) = 7+22+77=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #07164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07164D is #F8E9B2. Grayscale: #171717. Windows color (decimal): -16312755 or 5051911. OLE color: 5051911.

HSL color Cylindrical-coordinate representation of color #07164D: hue angle of 227.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07164D is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB72277-
CMYK0.910.7100.70
HSL227.14º83.33%16.47%-
HSV(B)227.14º90.91%30.2%-
XYZ1.711.157.15-
YUV23.78158.03116.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 77 (30.47% from 255) = 72.64%
R=6.60%
G=20.75%
B=72.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal722770.910.7100.70227.1483.3316.47
Hex7164D5B47046e35310
Octal726115133107010634312320
Binary111101101001101101101110001110100011011100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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