#142A5E

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

Shades of Sapphire #142A5E

Tints of Sapphire #142A5E

Color information

#142A5E (or 0x142A5E) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 5E. RGB value is (20,42,94). Sum of RGB (Red+Green+Blue) = 20+42+94=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #142A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A5E is #EBD5A1. Grayscale: #292929. Windows color (decimal): -15455650 or 6171156. OLE color: 6171156.

HSL color Cylindrical-coordinate representation of color #142A5E: hue angle of 222.16º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142A5E is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB204294-
CMYK0.790.5500.63
HSL222.16º64.91%22.35%-
HSV(B)222.16º78.72%36.86%-
XYZ3.142.6110.93-
YUV41.35157.71112.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=12.82%
G=26.92%
B=60.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2042940.790.5500.63222.1664.9122.35
Hex142A5E4F3703Fde4116
Octal24521361176707733610126
Binary1010010101010111101001111110111011111111011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142A5E; }

 p { color: rgb(20,42,94); }

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

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

 a { background-color: rgb(20,42,94); }

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

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

 span { border-color: rgb(20,42,94); }

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