#142D61

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

Shades of Sapphire #142D61

Tints of Sapphire #142D61

Color information

#142D61 (or 0x142D61) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 61. RGB value is (20,45,97). Sum of RGB (Red+Green+Blue) = 20+45+97=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #142D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D61 is #EBD29E. Grayscale: #2B2B2B. Windows color (decimal): -15454879 or 6368532. OLE color: 6368532.

HSL color Cylindrical-coordinate representation of color #142D61: hue angle of 220.52º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142D61 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204597-
CMYK0.790.5400.62
HSL220.52º65.81%22.94%-
HSV(B)220.52º79.38%38.04%-
XYZ3.382.8911.69-
YUV43.45158.22111.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=12.35%
G=27.78%
B=59.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2045970.790.5400.62220.5265.8122.94
Hex142D614F3603Edd4217
Octal24551411176607633510227
Binary1010010110111000011001111110110011111011011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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