#142D5B

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

Shades of Sapphire #142D5B

Tints of Sapphire #142D5B

Color information

#142D5B (or 0x142D5B) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 5B. RGB value is (20,45,91). Sum of RGB (Red+Green+Blue) = 20+45+91=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #142D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D5B is #EBD2A4. Grayscale: #2A2A2A. Windows color (decimal): -15454885 or 5975316. OLE color: 5975316.

HSL color Cylindrical-coordinate representation of color #142D5B: hue angle of 218.87º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142D5B is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204591-
CMYK0.780.5100.64
HSL218.87º63.96%21.76%-
HSV(B)218.87º78.02%35.69%-
XYZ3.122.7810.27-
YUV42.77155.22111.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 91 (35.94% from 255) = 58.33%
R=12.82%
G=28.85%
B=58.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2045910.780.5100.64218.8763.9621.76
Hex142D5B4E33040db4016
Octal245513311663010033310026
Binary10100101101101101110011101100110100000011011011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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