#142D63

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

Shades of Sapphire #142D63

Tints of Sapphire #142D63

Color information

#142D63 (or 0x142D63) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 63. RGB value is (20,45,99). Sum of RGB (Red+Green+Blue) = 20+45+99=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #142D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D63 is #EBD29C. Grayscale: #2B2B2B. Windows color (decimal): -15454877 or 6499604. OLE color: 6499604.

HSL color Cylindrical-coordinate representation of color #142D63: hue angle of 221.01º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142D63 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB204599-
CMYK0.800.5500.61
HSL221.01º66.39%23.33%-
HSV(B)221.01º79.8%38.82%-
XYZ3.482.9312.19-
YUV43.68159.22111.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 99 (39.06% from 255) = 60.37%
R=12.20%
G=27.44%
B=60.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2045990.800.5500.61221.0166.3923.33
Hex142D63503703Ddd4217
Octal24551431206707533510227
Binary1010010110111000111010000110111011110111011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,99); }

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

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

 a { background-color: rgb(20,45,99); }

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

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

 span { border-color: rgb(20,45,99); }

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