#07144D

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

Shades of Sapphire #07144D

Tints of Sapphire #07144D

Color information

#07144D (or 0x07144D) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 4D. RGB value is (7,20,77). Sum of RGB (Red+Green+Blue) = 7+20+77=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #07144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07144D is #F8EBB2. Grayscale: #161616. Windows color (decimal): -16313267 or 5051399. OLE color: 5051399.

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

Color convert

RGB72077-
CMYK0.910.7400.70
HSL228.86º83.33%16.47%-
HSV(B)228.86º90.91%30.2%-
XYZ1.681.087.14-
YUV22.61158.69116.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=6.73%
G=19.23%
B=74.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal720770.910.7400.70228.8683.3316.47
Hex7144D5B4A046e55310
Octal724115133112010634512320
Binary111101001001101101101110010100100011011100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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