#07144f

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

Shades of Sapphire #07144F

Tints of Sapphire #07144F

Color information

#07144F (or 0x07144F) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 4F. RGB value is (7,20,79). Sum of RGB (Red+Green+Blue) = 7+20+79=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #07144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07144F is #F8EBB0. Grayscale: #161616. Windows color (decimal): -16313265 or 5182471. OLE color: 5182471.

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

Color convert

RGB72079-
CMYK0.910.7500.69
HSL229.17º83.72%16.86%-
HSV(B)229.17º91.14%30.98%-
XYZ1.751.117.52-
YUV22.84159.69116.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=6.60%
G=18.87%
B=74.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal720790.910.7500.69229.1783.7216.86
Hex7144F5B4B045e55411
Octal724117133113010534512421
Binary111101001001111101101110010110100010111100101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07144f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07144f; }

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

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

<style>
 a { background-color: #07144f; }

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

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

<style>
 span { border-color: #07144f; }

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

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