#142772

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

Shades of Sapphire #142772

Tints of Sapphire #142772

Color information

#142772 (or 0x142772) is unknown color: approx Sapphire. HEX triplet: 14, 27 and 72. RGB value is (20,39,114). Sum of RGB (Red+Green+Blue) = 20+39+114=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #142772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142772 is #EBD88D. Grayscale: #292929. Windows color (decimal): -15456398 or 7481108. OLE color: 7481108.

HSL color Cylindrical-coordinate representation of color #142772: hue angle of 227.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142772 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2039114-
CMYK0.820.6600.55
HSL227.87º70.15%26.27%-
HSV(B)227.87º82.46%44.71%-
XYZ4.052.8116.25-
YUV41.87168.71112.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=11.56%
G=22.54%
B=65.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20391140.820.6600.55227.8770.1526.27
Hex1427725242037e4461a
Octal244716212210206734410632
Binary10100100111111001010100101000010011011111100100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142772; }

 p { color: rgb(20,39,114); }

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

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

 a { background-color: rgb(20,39,114); }

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

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

 span { border-color: rgb(20,39,114); }

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