#142A56

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

Shades of Sapphire #142A56

Tints of Sapphire #142A56

Color information

#142A56 (or 0x142A56) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 56. RGB value is (20,42,86). Sum of RGB (Red+Green+Blue) = 20+42+86=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #142A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A56 is #EBD5A9. Grayscale: #282828. Windows color (decimal): -15455658 or 5646868. OLE color: 5646868.

HSL color Cylindrical-coordinate representation of color #142A56: hue angle of 220º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142A56 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB204286-
CMYK0.770.5100.66
HSL220º62.26%20.78%-
HSV(B)220º76.74%33.73%-
XYZ2.82.489.13-
YUV40.44153.71113.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=13.51%
G=28.38%
B=58.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2042860.770.5100.6622062.2620.78
Hex142A564D33042dc3e15
Octal24521261156301023347625
Binary1010010101010101101001101110011010000101101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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