#141F57

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

Shades of Sapphire #141F57

Tints of Sapphire #141F57

Color information

#141F57 (or 0x141F57) is unknown color: approx Sapphire. HEX triplet: 14, 1F and 57. RGB value is (20,31,87). Sum of RGB (Red+Green+Blue) = 20+31+87=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #141F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F57 is #EBE0A8. Grayscale: #212121. Windows color (decimal): -15458473 or 5709588. OLE color: 5709588.

HSL color Cylindrical-coordinate representation of color #141F57: hue angle of 230.15º 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 #141F57 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB203187-
CMYK0.770.6400.66
HSL230.15º62.62%20.98%-
HSV(B)230.15º77.01%34.12%-
XYZ2.51.829.24-
YUV34.1157.86117.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=14.49%
G=22.46%
B=63.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2031870.770.6400.66230.1562.6220.98
Hex141F574D40042e63f15
Octal243712711510001023467725
Binary1010011111101011110011011000000010000101110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F57; }

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

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

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

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

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

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

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

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