#07144A

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

Shades of Sapphire #07144A

Tints of Sapphire #07144A

Color information

#07144A (or 0x07144A) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 4A. RGB value is (7,20,74). Sum of RGB (Red+Green+Blue) = 7+20+74=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #07144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07144A is #F8EBB5. Grayscale: #161616. Windows color (decimal): -16313270 or 4854791. OLE color: 4854791.

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

Color convert

RGB72074-
CMYK0.910.7300.71
HSL228.36º82.72%15.88%-
HSV(B)228.36º90.54%29.02%-
XYZ1.571.046.6-
YUV22.27157.19117.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 74 (29.30% from 255) = 73.27%
R=6.93%
G=19.80%
B=73.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal720740.910.7300.71228.3682.7215.88
Hex7144A5B49047e45310
Octal724112133111010734412320
Binary111101001001010101101110010010100011111100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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