#142E5B

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

Shades of Sapphire #142E5B

Tints of Sapphire #142E5B

Color information

#142E5B (or 0x142E5B) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 5B. RGB value is (20,46,91). Sum of RGB (Red+Green+Blue) = 20+46+91=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #142E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E5B is #EBD1A4. Grayscale: #2B2B2B. Windows color (decimal): -15454629 or 5975572. OLE color: 5975572.

HSL color Cylindrical-coordinate representation of color #142E5B: hue angle of 218.03º 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 #142E5B is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204691-
CMYK0.780.4900.64
HSL218.03º63.96%21.76%-
HSV(B)218.03º78.02%35.69%-
XYZ3.152.8610.28-
YUV43.36154.89111.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=12.74%
G=29.30%
B=57.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2046910.780.4900.64218.0363.9621.76
Hex142E5B4E31040da4016
Octal245613311661010033210026
Binary10100101110101101110011101100010100000011011010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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