#07134D

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

Shades of Sapphire #07134D

Tints of Sapphire #07134D

Color information

#07134D (or 0x07134D) is unknown color: approx Sapphire. HEX triplet: 07, 13 and 4D. RGB value is (7,19,77). Sum of RGB (Red+Green+Blue) = 7+19+77=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #07134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07134D is #F8ECB2. Grayscale: #151515. Windows color (decimal): -16313523 or 5051143. OLE color: 5051143.

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

Color convert

RGB71977-
CMYK0.910.7500.70
HSL229.71º83.33%16.47%-
HSV(B)229.71º90.91%30.2%-
XYZ1.661.057.14-
YUV22.02159.02117.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=6.80%
G=18.45%
B=74.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal719770.910.7500.70229.7183.3316.47
Hex7134D5B4B046e65310
Octal723115133113010634612320
Binary111100111001101101101110010110100011011100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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