#142457

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

Shades of Sapphire #142457

Tints of Sapphire #142457

Color information

#142457 (or 0x142457) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 57. RGB value is (20,36,87). Sum of RGB (Red+Green+Blue) = 20+36+87=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #142457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142457 is #EBDBA8. Grayscale: #242424. Windows color (decimal): -15457193 or 5710868. OLE color: 5710868.

HSL color Cylindrical-coordinate representation of color #142457: hue angle of 225.67º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142457 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB203687-
CMYK0.770.5900.66
HSL225.67º62.62%20.98%-
HSV(B)225.67º77.01%34.12%-
XYZ2.642.19.28-
YUV37.03156.2115.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 87 (34.38% from 255) = 60.84%
R=13.99%
G=25.17%
B=60.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2036870.770.5900.66225.6762.6220.98
Hex1424574D3B042e23f15
Octal24441271157301023427725
Binary1010010010010101111001101111011010000101110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142457; }

 p { color: rgb(20,36,87); }

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

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

 a { background-color: rgb(20,36,87); }

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

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

 span { border-color: rgb(20,36,87); }

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