#142A54

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

Shades of Sapphire #142A54

Tints of Sapphire #142A54

Color information

#142A54 (or 0x142A54) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 54. RGB value is (20,42,84). Sum of RGB (Red+Green+Blue) = 20+42+84=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #142A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A54 is #EBD5AB. Grayscale: #282828. Windows color (decimal): -15455660 or 5515796. OLE color: 5515796.

HSL color Cylindrical-coordinate representation of color #142A54: hue angle of 219.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142A54 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB204284-
CMYK0.760.500.67
HSL219.38º61.54%20.39%-
HSV(B)219.38º76.19%32.94%-
XYZ2.722.448.72-
YUV40.21152.71113.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=13.70%
G=28.77%
B=57.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2042840.760.500.67219.3861.5420.39
Hex142A544C32043db3e14
Octal24521241146201033337624
Binary1010010101010101001001100110010010000111101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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