#07164B

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

Shades of Sapphire #07164B

Tints of Sapphire #07164B

Color information

#07164B (or 0x07164B) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 4B. RGB value is (7,22,75). Sum of RGB (Red+Green+Blue) = 7+22+75=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #07164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07164B is #F8E9B4. Grayscale: #171717. Windows color (decimal): -16312757 or 4920839. OLE color: 4920839.

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

Color convert

RGB72275-
CMYK0.910.7100.71
HSL226.76º82.93%16.08%-
HSV(B)226.76º90.67%29.41%-
XYZ1.641.136.79-
YUV23.56157.03116.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=6.73%
G=21.15%
B=72.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal722750.910.7100.71226.7682.9316.08
Hex7164B5B47047e35310
Octal726113133107010734312320
Binary111101101001011101101110001110100011111100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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