#07134F

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

Shades of Sapphire #07134F

Tints of Sapphire #07134F

Color information

#07134F (or 0x07134F) is unknown color: approx Sapphire. HEX triplet: 07, 13 and 4F. RGB value is (7,19,79). Sum of RGB (Red+Green+Blue) = 7+19+79=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #07134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07134F is #F8ECB0. Grayscale: #161616. Windows color (decimal): -16313521 or 5182215. OLE color: 5182215.

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

Color convert

RGB71979-
CMYK0.910.7600.69
HSL230º83.72%16.86%-
HSV(B)230º91.14%30.98%-
XYZ1.731.087.51-
YUV22.25160.02117.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=6.67%
G=18.10%
B=75.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal719790.910.7600.6923083.7216.86
Hex7134F5B4C045e65411
Octal723117133114010534612421
Binary111100111001111101101110011000100010111100110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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