#142A52

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

Shades of Sapphire #142A52

Tints of Sapphire #142A52

Color information

#142A52 (or 0x142A52) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 52. RGB value is (20,42,82). Sum of RGB (Red+Green+Blue) = 20+42+82=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #142A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A52 is #EBD5AD. Grayscale: #272727. Windows color (decimal): -15455662 or 5384724. OLE color: 5384724.

HSL color Cylindrical-coordinate representation of color #142A52: hue angle of 218.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142A52 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204282-
CMYK0.760.4900.68
HSL218.71º60.78%20%-
HSV(B)218.71º75.61%32.16%-
XYZ2.642.418.31-
YUV39.98151.71113.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=13.89%
G=29.17%
B=56.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2042820.760.4900.68218.7160.7820
Hex142A524C31044db3d14
Octal24521221146101043337524
Binary1010010101010100101001100110001010001001101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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