#07134B

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

Shades of Sapphire #07134B

Tints of Sapphire #07134B

Color information

#07134B (or 0x07134B) is unknown color: approx Sapphire. HEX triplet: 07, 13 and 4B. RGB value is (7,19,75). Sum of RGB (Red+Green+Blue) = 7+19+75=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #07134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07134B is #F8ECB4. Grayscale: #151515. Windows color (decimal): -16313525 or 4920071. OLE color: 4920071.

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

Color convert

RGB71975-
CMYK0.910.7500.71
HSL229.41º82.93%16.08%-
HSV(B)229.41º90.67%29.41%-
XYZ1.591.026.77-
YUV21.8158.02117.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=6.93%
G=18.81%
B=74.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal719750.910.7500.71229.4182.9316.08
Hex7134B5B4B047e55310
Octal723113133113010734512320
Binary111100111001011101101110010110100011111100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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